Multiseries line chart with error series and shaded units
I am planning to use highstocks chart for a commercial application. But my requirements are a bit different from regular charts. I need a chart with multiple line series. Each series has three parts..one regular series and its two error series i.e. maximum expected series and minimum expected series thus making a single unit series to be consisting of three series. Again each unit must be distinct from other units by use of a color shade as in stacked percentage charts. Is it possible to build it using the existing components of highcharts/highstocks ??
-
Paweł Fus commented
Hello,
I think what you need is already possible. You can create multiple series, and link them using "linkedTo" option. I mean something like this: http://jsfiddle.net/nt0hoLLb/ Of course, if you need to more series, just add them: http://jsfiddle.net/nt0hoLLb/1/ Let me know if something is not clear!