I'll thrown in an example.
What I would like, is that instead of a line, there was an area graph, always full height, but with a different color for each value. Like orage for 1, green for 2, blue for 4... whatever.
I tried to demux the values into multiple series for each discrete value with either 0 or 1 as values, and then plot the 3 series in a area chart.
Didn't like the result as it didn't produced a "sware" wave plot.
I was expecting there was a simpler way with direct values.
On Monday, August 20, 2012 3:13:29 PM UTC+1, Hangas wrote:
Hi,I have a datasource which contains a timestamp column and a another one with a discreet value, corresponding to a status.
What I really wanted was to plot this series with a solid horizontal bar, with a different color for each status.
Better yet, this status colors would become de background of a regular line chart.
Is this even possible?