ejazmusavi
Posts: 5
Joined: Fri Apr 09, 2021 3:20 pm

Multiple yAxis with label

I need to add yAxis repeatedly in the stock highchart.

xAxis is date time, I have set tickInterval to 10 minutes and the xAxis label is displayed only after every 10 minutes. What I want is to display yAxis as well after every 10 minutes, Can someone guide me to do this.
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Multiple yAxis with label

Hello ejazmusavi!

Welcome to our forum and thanks for contacting us with your question!

Y-axis works almost the same as x-axis, so you can simply use tickInterval property.

API references:
https://api.highcharts.com/highstock/yAxis.tickInterval

If it doesn't help you, please reproduce your issue in an online editor.
Best regards!
Dominik Chudy
Highcharts Developer

Return to “Highcharts Stock”