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 3 years, 7 months ago
- dynamic model graph by findlay 3 years, 9 months ago
- GoogleAdmin: GMaps base layer in Geographic Admin (GeoDjango) by jbronn 3 years, 3 months ago
- Generate QR Code image for a string by johnnoone 2 years, 9 months ago
- intergrate mako and genshi with django by huangyi 4 years, 11 months ago
Comments