marco811

Fusiontimes binning not working for hours/minutes

Recommended Posts

Hello. How are you?

We are using fusiontimes to not show all data at the beginning and avoid bad browser performance. This has helped us a lot. But I have a problem that I have not been able to solve. When you zoom to the maximum, the actual value of the registry is not displayed, but rather it is grouped by day.

Our system generates records every 30 minutes

image.thumb.png.6e11fae0b6b677a428ce54dd2dda639f.png

But when zooming to the maximum it groups by day and I can't zoom in any more.

image.thumb.png.d0698882e206c2e9ab34e63f99faff04.png

 

I have the binning option set but still can't get it to work.

xaxis: {
			outputtimeformat: {
				year: "%Y",
				month: "%-b %Y",
				day: "%d/%m/%Y",
				hour: "%d/%m/%Y %Hh",
				minute: "%d/%m/%Y %H:%-M"
			},
			binning: {
				"year" : [1],
				"month" : [1],
				"day" : [1],
				"hour" : [1],
				"minute" : [30]
			}
		}

 

regards

Share this post


Link to post
Share on other sites

Hi,

This a known issue in the v3.16 of FusionCharts. However, you can expect a fix for this issue with the next release v3.18 of FusionCharts.

Please share the your time-zone as well as your app users.

Thanks,

Srishti

Share this post


Link to post
Share on other sites
On 21/6/2021 at 10:20 AM, Srishti Jaiswal said:

Hi,

This a known issue in the v3.16 of FusionCharts. However, you can expect a fix for this issue with the next release v3.18 of FusionCharts.

Please share the your time-zone as well as your app users.

Thanks,

Srishti

Hello. When is version 3.18 going to be released?

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