middleware
middleware copied to clipboard
Fix calculation of tick values
This pull request fixes the calculation of tick values in the createTickArray function.
-
Previously, the function was not correctly determining the step size for generating tick values based on the input data.
-
This caused too many tick values to be displayed on the chart.
-
The fix ensures that the step size is calculated using ballparks, resulting in correct tick values.