Guillaume Morin Report post Posted May 15, 2020 In the following jsfiddle, why i can't zoom into the second granularity, even though my data source has a data point per second, and I've configured binning for seconds. https://jsfiddle.net/s87ytp34/ Share this post Link to post Share on other sites
Guillaume Morin Report post Posted May 21, 2020 **Your content will need to be approved by a moderator It has been a week since I posted, anyone reading this ?? Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted May 28, 2020 Hi Guillaume, Thank you for writing to us. Apologies for the delayed response. We would like to inform you that the date value in your data is converted to timestamp before feeding into the chart. Hence, milliseconds' binning cannot be a blank array and you will need to modify the milliseconds' binning to [1, 2] to zoom into seconds granularity. Please refer to this fiddle: https://jsfiddle.net/zrdmuhcx/ Thanks, Srishti Jaiswal Share this post Link to post Share on other sites
Guillaume Morin Report post Posted May 28, 2020 Thanks! Now it zooms into 15s granularity, but not into 1s, could you explain why ? I am having hard time understanding how this binning thing works, I thought the value we put in the binning arrays were defining the different zoom levels we can go into. But having to set [1,2] into milliseconds binning to be able to zoom into 15s granularity really confuses me. I have to configure 1ms and 2ms binning, even though I don't want to allow zoom into ms, just to allow zoom into seconds ? Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted June 1, 2020 Hi Guillaume, Thank you for reverting back. We would like to inform you that we are looking into it internally and will get back to you with an update soon. Thanks, Srishti Jaiswal Share this post Link to post Share on other sites