You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hi,
I have drawn a line chart that changes dynamically. It is actually a
speed time graph. I want to change the color of the line in line chart
when the speed is more than 60. How can i change the color of the line
in line chart dynamically.
Regards
Arun
MC Get Vizzy
unread,
Aug 9, 2009, 5:45:35 AM8/9/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
I think the only way to do it is to draw more than one line. it other words, write javascript code that puts the values into different columns, and then draw a line for each column, making the lines different colors.