Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another good library to charts in SGV #16

Open
luzfcb opened this issue Mar 6, 2014 · 1 comment
Open

Another good library to charts in SGV #16

luzfcb opened this issue Mar 6, 2014 · 1 comment

Comments

@luzfcb
Copy link
Contributor

luzfcb commented Mar 6, 2014

Sorry, I have not found a better place to talk about it.
I found this library, so I decided to share.

http://pygal.org
http://pygal.org/documentation/
http://pygal.org/chart_types/
try online: http://cabaret.pygal.org/

pygal provides 10 kinds of charts:

  • Line charts:
    • Basic
    • Stacked
  • Bar charts / Histograms
    • Basic
    • Stacked
    • Horizontal
  • XY charts
    • Basic
    • Scatter Plot
    • DateY
  • Pies
    • Basic
    • Multi-series pie
  • Radar charts
    • Basic
  • Box plot
    • Basic
  • Dot charts
    • Basic
  • Funnel charts
    • Basic
  • Gauge charts
    • Basic
  • Pyramid charts
    • Basic
  • Worldmap charts
    • Basic
  • Country charts
    • French map

pygal provides 14 built-in styles
pygal provides 5 parametric styles:
pygal provides 2 ways to customize styles: Using Style python class or using a custom css

@shabda
Copy link
Member

shabda commented Mar 7, 2014

Thanks @luzfcb . We will take a look at it. Pull requests are also welcome. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants