tremor icon indicating copy to clipboard operation
tremor copied to clipboard

[Feature]: Allow toggling axisLine for XAxis and YAxis

Open alexbalonperin opened this issue 9 months ago • 0 comments

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.

alexbalonperin avatar May 24 '24 12:05 alexbalonperin