Hello!
I use the google charts API to maintain a departmental dashboard. Yesterday
I noticed a large number of hex values being written to the console by
google charts..
(eg. on one of my pages #1095C1 is logged 4 times, followed by#284B71 4
times, followed by #3B10BC 61 times, followed by #BC1010 61 times and
finally #006633 61 times.)
Upon research, these are the colors I'm placing in the options object, and
they are printing once for each element in their chart.
I've been able to suppress the console entirely by adding the following
code in my page:
<script type="text/javascript"> if (!window.console) console = {log:
function() {}}; </script>
What I'm currently uncertain about is *why *these items are printing, and
*how* to stop it from doing so.
Also unclear on what caused this change now, as it looks like the last
update to google charts was on 1/29?
Any assistance is appreciated.
Thanks!
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.