[visualization-api] How to make a SERIES line dashed in Google Line Chart?

2013-06-26 Thread A. Farber
Hello! In Google Line Charthttps://developers.google.com/chart/interactive/docs/gallery/linechart how do you make a *series* line dashed? For example the red line (called Row B) in the screenshot below?

Re: [visualization-api] How to make a SERIES line dashed in Google Line Chart?

2013-06-26 Thread Sergey Grabkovsky
Hi! I'm not entirely sure why you say that the certainty role doesn't work for you, since it works on a per-series basis. Here is a jsfiddle that shows this with your data http://jsfiddle.net/xhwJM/1/. Is there any reason why this doesn't fit your needs? - Sergey On Wed, Jun 26, 2013 at 8:47

Re: [visualization-api] How to make a SERIES line dashed in Google Line Chart?

2013-06-26 Thread Alexander Farber
Hello Sergey and others, On Wed, Jun 26, 2013 at 3:46 PM, Sergey Grabkovsky gra...@google.comwrote: Hi! I'm not entirely sure why you say that the certainty role doesn't work for you, since it works on a per-series basis. Here is a jsfiddle that shows this with your data

Re: [visualization-api] How to make a SERIES line dashed in Google Line Chart?

2013-06-26 Thread asgallant
The certainty column applies to the column immediately preceeding it in the DataTable, so to make both lines dashed, you need to add the second certainty column after the first series, like this: http://jsfiddle.net/asgallant/xhwJM/4/ On Wednesday, June 26, 2013 12:03:39 PM UTC-4, A. Farber