Guys. Below is an image of a splinearea chart that we are using. We've been messing around with the brush methods and just not having success at creating what we want. Is there anyway to have multiple colors for a single series? What we want is for one color to start and then end at the next data point on the chart. So the first point would be something like red, then the next data point might be blue, etc.
Thanks for the answer guys. We are still working on this as we tried using different series and we didn't accomplish what we're looking for.
I'll let you guys know if I have any more questions on this topic.
Hello,
Let us know if we may be of further assistance.
Just the marker's or the individual sections of the area?
You can split out the data into multiple series and color the series differently. Using data values of NaN will cause discontinuities in your line. Note, there is a reason why we don't support this sort of feature, actually. Individually coloring separate portions of the area series necessitates each section being a different shape, which can get very expensive to render if you have thousands of different colors to display. The kind of strategy I describe is feasible if you have a small number of colors you want to transition between.