tremor
tremor copied to clipboard
[Feature]: Allow toggling axisLine for XAxis and YAxis
What problem does this feature solve?
axisLine is hardcoded to false for all chart types. I would like to have a prop to modify that value in my project.
What does the proposed API look like?
Pass a new prop called showAxisLine: boolean
to configure showing XAxis and YAxis on all charts.