1 2 3 4 5 6 7 8 9 10 11 | {% load charts %}
{% chart lc 4.0 93.0 42.0 48.8 70.0 99.0 encoding=text %}
{% scale 4 100 %}
{% axes type xy %}
{% axes label 0 Mar Apr May June July %}
{% axes label 1 None 50+K %}
{% color ff0000 %}
{% line 6 5 2 %}
{% img alt=DataScaling height=400 id=img title=DataSaling %}
{% size 400 200 %}
{% endchart %}
|
More like this
- Google Charts Templatetags (Python) by justquick 4 years, 11 months ago
- dynamic model graph by findlay 5 years, 1 month ago
- Generate QR Code image for a string by johnnoone 4 years, 1 month ago
- intergrate mako and genshi with django by huangyi 6 years, 3 months ago
- Create nice looking PDFs from developer documentation by henning 5 years, 6 months ago
Comments