mirror of https://github.com/Kozea/pygal.git
Python to generate nice looking SVG graph
http://pygal.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
653 B
21 lines
653 B
=============== |
|
Documentation |
|
=============== |
|
|
|
|
|
User documentation |
|
================== |
|
|
|
- `First steps </first_steps>`_ - learn how to very simply make beautiful charts. |
|
- `Charts types </chart_types>`_ - see what pygal can do for you. |
|
- `Styles </styles>`_ - change the style. |
|
- `Basic customizations </basic_customizations>`_ - start to improve your chats. |
|
- `Interpolations </interpolations>`_ - smooth your lines. |
|
- `Metadata </metadata>`_ - enrich your graph. |
|
- `Other customizations </other_customizations>`_ - customize all the things. |
|
|
|
|
|
Developer documentation |
|
======================= |
|
|
|
- `Create a chart type </chart_creation>`_ - extend pygal.
|
|
|