asantibanez / livewire-charts

Neat Livewire Charts for your Laravel projects
MIT License
787 stars 116 forks source link

Line chart do not display axis display #95

Open sloukapetr opened 1 year ago

sloukapetr commented 1 year ago

On the laravel 10 (livewire 2) there are no axis labels, only the graph part.

mnluribef commented 1 year ago

Hello, i have the same problem, did you find a solution?

sloukapetr commented 1 year ago

No i did not, man :/

mnluribef commented 1 year ago

I solved it, make sure the sparkline property is not present in your graph options. If it is, just delete that line.

jonelpatrick commented 11 months ago

Hi, I tried with css and it worked