Hi!
I'm currently using kendo react charts with typescript, but I have a problem with the category axis (date type), basically it skips data when the date it's only with a difference of a few milliseconds, when the difference is in seconds theres no any problem.
It should be displayed as follows:
But it shows as below:
This is part of the datetimes:
I use categoryField property from ChartSeriesItem to provide those dates. How can I approach that?
Thanks