http://www.google.com/finance?q=INDEXDJX:.DJI,INDEXSP:.INX,INDEXNASDAQ:.IXIC
I have made checkbox as in the above site to remove or add  dataset as
selected.
The problem I am facing is
In my browser  when I draw diagram on query A I can play with
checkbox's easily .... on that chart.
But when I draw one more chart on different tab with query B I can see
new chart drawn perfectly, but when I select
and checkbox to remove a datacolumn it gives me internal error(seems
as if the query is gettinng processed on the old chart and not the new
one)
And since the two charts are different altogether I always get an
internal query error on second chart bcoz on the same browser it is
trying to query the old json string
Is there any solution to it?
I wonder if I can draw new charts altogether with different queiry , I
should be able to requery the new chart drawn and it should not
reference to the old charts json string.
I am drawing all the diagrams in the same session..... should I create
new session for new chart drawn and then the checkbox query will work
properly?
Regards
Akku

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to