Closed Gildedter closed 1 year ago
Having issues with overlapping labels, I can't target the text inside the svg using CSS, I'd like to customize my FONT_SIZE, instead of the usual 10
<style> :global(.x.axis > g > text) { font-size: 9px !important; } </style>
nvm I got it
Having issues with overlapping labels, I can't target the text inside the svg using CSS, I'd like to customize my FONT_SIZE, instead of the usual 10