middleware icon indicating copy to clipboard operation
middleware copied to clipboard

Fix calculation of tick values

Open e-for-eshaan opened this issue 1 year ago • 0 comments

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.

e-for-eshaan avatar Sep 10 '24 09:09 e-for-eshaan