apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
803 stars 92 forks source link

Axis title name that is too long is truncated #430

Closed warpor closed 6 months ago

warpor commented 6 months ago

The original title of the axis was "Very long and beauty testing line for example", but in the end all that's left is "Very long and beauty testing line for exam". изображение In the apex charts we can pass list of strings for multiline text(check this issue https://github.com/apexcharts/apexcharts.js/issues/388).

I suggest using the class from this commit(https://github.com/apexcharts/Blazor-ApexCharts/pull/409) and using it to be able to pass list of strings to titles

joadan commented 6 months ago

Fixed

joadan commented 6 months ago

fixed in v3.2.0