Google Charts Templatetags (HTML)

 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 Mar  Apr  May  June  July   %}
    {%  axes label None  50+K   %}
    {%  color ff0000   %}
    {%  line 6 5 2   %}
        {% img alt=DataScaling height=400 id=img title=DataSaling %}
    {%  size 400 200   %}
{% endchart %}

Comments

(Forgotten your password?)

You may use Markdown syntax here, but raw HTML will be removed.