Guillaume Morin

[FusionTime] Binning second

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now