You can change the color of the points using a "style" role column (like when changing the color of the bars). Changing the color of the line is more difficult. The "scope" role column will grey out sections of the line (as in your example), but you cannot control the color. The only other way to generate two differently colored line segments is to split your data into multiple data series, where each series contains values only for the points that bound the line segments you want colored (so in your first chart, assuming you would want the 3rd line segment to be a different color, you would have two data series, one containing data values for 23/09, 29/09, and 30/09; and the other containing values for 30/09 and 01/10).
On Thursday, October 16, 2014 10:02:14 AM UTC-4, Alexandre Carrie wrote: > > Hello, I need help to custom my LineChart. > > Actually I use ComboChart and I've something like this : > > > <https://lh4.googleusercontent.com/-Oo0Qvg9PtmQ/VD_PIMN8q_I/AAAAAAAAAJQ/-gasrkqj2V8/s1600/V1.PNG> > > And I want to have the same thing but with a LineChart. The last date with > another color. > Like this for example : > > <https://lh6.googleusercontent.com/-Csj17iKEzbs/VD_PsOcuOJI/AAAAAAAAAJY/IQsPcGcfxQQ/s1600/V2.PNG> > > Can you help me? > > 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/d/optout.
