goothipavankumar
Posts: 6
Joined: Fri May 28, 2021 6:10 am

HighStock Tools for Multiple Series

Hi Team,

We are trying to use highstock tools options like "crookedLines", "verticalLabels", "typeChange", "separator", "flags".

when we try to select the typechange from Ohlc to Candle stick, then all the multiseries graph are not being changed instead only for one series it is changing and when we switch back from Candle to OHLC then we noticed that the one of graph line is not being displayed.
OHLC.PNG
OHLC.PNG (22.45 KiB) Viewed 1169 times


Also we try to use vertical label and I want to select for the Goog series, it displays the value for the MSFT series. Like I want to select for goog at 790 value it displays value for MSFT.


Can you confirm is the Highstock tools options support for multiple series or for only single series.
https://jsfiddle.net/goothipavankumar/4mcr258w/3/
Attachments
verticalline.PNG
verticalline.PNG (31.87 KiB) Viewed 1171 times
User avatar
sebastian.h
Posts: 1734
Joined: Fri Aug 07, 2020 7:08 am

Re: HighStock Tools for Multiple Series

Hi goothipavankumar,
Thanks for contacting us with your question.

The main reason why this doesn't work is that you need data in OHLC/candlestick, your data are line.
The button works in such a way that it changes the first series, this is how it is programmed.

Live demo:
https://jsfiddle.net/BlackLabel/6r7v8jkn/1

API References:
https://api.highcharts.com/highstock/na ... esTypeOhlc

Let me know if that was what you were looking for.
Best regards.
Sebastian Hajdus
Highcharts Developer

Return to “Highcharts Stock”