django-google-charts
django-google-charts copied to clipboard
Variables resolving for "graph" and "data" template tags.
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".
I need this feature too, i'm working on a patch. I will provide pull request soon.