django-google-charts icon indicating copy to clipboard operation
django-google-charts copied to clipboard

Variables resolving for "graph" and "data" template tags.

Open klichukb opened this issue 13 years ago • 1 comments

I have a problem placing multiple graphs on one page, because "out_data" and "out" name should generated dynamicaly (In your home.html you manually name them with indexes (*_0, *_1). As long, as template tags "data" and "graph" read these "out" and "out_data" as strings ONLY, not resolving them to vars, it's not possible to create dynamic generation of multiple graphs. This is very bad. In case, you have idea, how to do this, tell me. Otherwise, provide ability to insert variables for "out" and "out_data".

klichukb avatar Sep 04 '11 21:09 klichukb

I need this feature too, i'm working on a patch. I will provide pull request soon.

Korrigan avatar Aug 30 '13 15:08 Korrigan