himynameisdave / svelte-frappe-charts

📈 Svelte bindings for frappe-charts.
https://frappe.io/charts
MIT License
310 stars 16 forks source link

Font size options? #63

Closed Gildedter closed 1 year ago

Gildedter commented 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

Gildedter commented 1 year ago
<style>
    :global(.x.axis > g > text) {
        font-size: 9px !important;
    }
</style>

nvm I got it