apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js

Home Page:https://apexcharts.github.io/Blazor-ApexCharts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axis title name that is too long is truncated

warpor opened this issue · comments

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 apexcharts/apexcharts.js#388).

I suggest using the class from this commit(#409) and using it to be able to pass list of strings to titles

fixed in v3.2.0