pygal public api functions
pygal.graph.public.
PublicApi
Bases: pygal.graph.base.BaseGraph
pygal.graph.base.BaseGraph
Chart public functions
add
Add a serie to this graph, compat api
add_xml_filter
Add an xml filter for in tree post processing
render
Render the graph, and return the svg string
render_data_uri
Output a base 64 encoded data uri
render_django_response
Render the graph, and return a Django response
render_in_browser
Render the graph, open it in your browser with black magic
render_pyquery
Render the graph, and return a pyquery wrapped tree
render_response
Render the graph, and return a Flask response
render_sparkline
Render a sparkline
render_sparktext
Make a mini text sparkline from chart
render_table
Render the data as a html table
render_to_file
Render the graph, and write it to filename
render_to_png
Render the graph, convert it to png and write it to filename
render_tree
Render the graph, and return (l)xml etree