EITASIA
Posts: 1
Joined: Mon Oct 04, 2021 9:57 am

Range selector for min/day not working

Hi, I'm a newbie of coding, I'm trying to make a range selector on my graph but it not functioning well. Can anyone help me?

https://jsfiddle.net/EITASIA/7kapLzf0/7/
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: Range selector for min/day not working

Hello EITASIA,

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

I've checked your demo and there's a warning #15 thrown in console:
https://assets.highcharts.com/errors/15/
The error message is pretty much self explanatory, but basically it says that your X values should be sorted in ascending order.

Please try to sort your data by x values and let me know if the range selector works as expected.

Best regards!
Mateusz Bernacik
Highcharts Developer

Return to “Highcharts Stock”