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
But when zooming to the maximum it groups by day and I can't zoom in any more.
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