Hey,
I used to split the chart in 3 colored zones.
annotations: {
first: {
...
type: "box",
yMin: 30,
..
},
second: {
...
type: "box",
yMax: 30,
yMin: 1,
..
},
third: {
...
type: "box",
yMax: 1,
..
},
....
}
But now it does not color the graph correctly anymore, unless I add yMax in the first box and yMin in the third box. Those values are dynamic though and I don't want to add boundaries.
Any advice?
Thanks!
Hey,
I used to split the chart in 3 colored zones.
But now it does not color the graph correctly anymore, unless I add yMax in the first box and yMin in the third box. Those values are dynamic though and I don't want to add boundaries.
Any advice?
Thanks!