You must be logged in to post your query.
Home › Forums › StockChart Support › startValue on rangeSelector has no effect
Tagged: rangeSelector startValue ignored
Hi, I’m attaching my code below. I’m trying to understand why I cant set the startValue on the rangeSelector using “startValue: new Date(2019, 01, 01)”. It does not generate an error and is simply ignored. Any idea why ? thanks
https://jsfiddle.net/ben551445/jx3wob6g/1/
@ben551445,
You seem to have provided selectedRangeButtonIndex property along with startValue and endValue properties. In this case, the selectedRangeButtonIndex is overriding the other properties. You can remove the property to make it work as shown in this updated JSFiddle
— Adithya Menon Team CanvasJS
You must be logged in to reply to this topic. Login/Register