chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
63.9k stars 11.88k forks source link

Minor ticks support chart.js #11774

Open alinayamniuk opened 1 month ago

alinayamniuk commented 1 month ago

Feature Proposal

I'm creating logarithmic chart, using chart.js library. I expect to have minor ticks for scale configuration. But seems that library does not support them. Instead, there are major ticks configuration.

Do you expect to add support for minor ticks configuration? How can I handle such part without such support?

Possible Implementation

No response