linrongbin
Posts: 2
Joined: Fri Apr 02, 2021 9:54 am

Is it possible to combine multiple charts with one navigator ?

Hi team, I'm new to highcharts. The highstock charts is something like:

[code]
|-----------------|
| |
| chart |
| |
|-----------------|
| navigator |
|-----------------|
[/code]

it include only 1 series.

Is it possible to implement multiple charts (each one contains 1 series), they share the same xAxis, and include them in one navigator, like this :
[code]
|-----------------|
| |
| chart1 |
| |
|-----------------|
| |
| chart2 |
| |
|-----------------|
| |
| chart3 |
| |
|-----------------|
| navigator |
|-----------------|
[/code]

Please help me.
pawelys
Posts: 962
Joined: Wed Sep 02, 2020 10:37 am

Re: Is it possible to combine multiple charts with one navigator ?

Hi! Welcome to the official highcharts forum, and thanks for contacting us with your question!
Yes, it is possible! You just need to create multiple yAxes, which will have different top and height properties, and assign the correct series to the given yAxis. Check the following demo: https://jsfiddle.net/BlackLabel/5Lpnj8rv/

Let me know if that works for you, and in case of any further questions feel free to contact us again! Kind regards,
Paweł Lysy
Highcharts Developer

Return to “Highcharts Stock”