marvinbunyag
Posts: 1
Joined: Sat Feb 01, 2020 7:24 am

How to add range selector in highstock cloud?

Can anyone help me out how to add a range selector in highstock cloud? I thought it will automatically show up in chart.
Thanks.
mateuszkornecki
Posts: 1222
Joined: Mon Oct 28, 2019 10:29 am

Re: How to add range selector in highstock cloud?

Hello Marvin!

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

To enable range selector you could open the "custom code" tab, delete everything and paste the following. code:

Code: Select all

Highcharts.merge(true, options, {
	rangeSelector: {
        	enabled: true
    	},
});

Feel free to ask any further questions!

Kind regards.
Mateusz Kornecki
Highcharts Developer

Return to “Highcharts Cloud”