Re: Translating Google Chart API parameters to Django

2010-09-07 Thread Alexandre González
I'm using this snippet: http://djangosnippets.org/snippets/1494/ I hope that this works for you! On Mon, Sep 6, 2010 at 13:30, tbb wrote: > Is there a table that translates the Google Chart API parameters to > Django tags? > > The parameters for creating a chart using the

Translating Google Chart API parameters to Django

2010-09-06 Thread tbb
Is there a table that translates the Google Chart API parameters to Django tags? The parameters for creating a chart using the Google Charts API look like this: cht=bvg chs=250x150 chd=s:Monkeys chxt=x,y chxs=0,ff,12,0,lt 1,ff,10,1,lt Whereas the Django parameters look like this: {%