- Is it possible to draw a dash type line instead of usual solid line
in Line Chart?
- also how about if i want to draw a vertical line ?
i.e :
column1 = "string", "fruit"
column2 = "date", "date"
column3 = "int", "count"
("apple", new Date("2011","11","1"), 100),
("apple", new Date("2011","11","1"), 200),
("apple", new Date("2011","11","1"), 250),
("banana", new Date("2011","11","1"), 50),
("banana", new Date("2011","11","3"), 150),
("banana", new Date("2011","11","7"), 200)
apple line will be vertical...
is it possible?
Thanks a lot,
daniel
--
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.