Hello,
Using kendo version 2015.2.624
In StockChart we experience that the graph draws too few points to our taste.
We use baseUnit = "fit" and no matter how we adjust autoBaseUnitSteps for days, weeks etc there is simply not enough detail.
We need to display from 1 day to 3 years of data allowing the user to zoom so setting a fix baseUnit = "days" does not work for all cases.
We have tried to act on the zoomEnd event but no matter what, there is no information in e.axisRanges in the event argument (axisRanges is undefined).
It also appears only to be triggered on mousewheel action?
Adjusting maxDateGroups to 10000 did not provide more datapoints per width.
Can you recommend a course of actions to give us more detail in the graph?