I’m having some trouble trying to change the backgroundColor of a specific chart area between two yAxis ticks.This is what I have so far: And this is what I wanted: I’ve seen some similar posts about that and people recommend using Annotation to do this. I tried using it on my chart and it didn…
Tag: linechart
Echarts: Plot the variance of signals
I want to plot the variance of multiple signals in a chart (or basically fillup the space between an upper and a lower signal). Is it possible to create such kind of charts? I saw the confidence-band example (https://echarts.apache.org/examples/en/editor.html?c=confidence-band) , however this seems to work on…