You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @LukasJK I've merged the pull request that you commented on to get things unblocked. I then applied your suggested changes but they didn't quite work out of the box. Could you have a look at the commit here: 287fecb And see if that helps your situation? In my testing the latest commit should be allowing for multiple chart types (pie, chart, bar, etc) but it'd be good to know whether the proposed approach also works for your situation as well.
I have a livewire component, which loads up child components - each containing a chart:
The first 4 charts are doughnut, the last one is line. But when opening the page all charts are displaying as line charts.
Aircraft Type Blade:
AircraftTypeChart.php
Flight Per Month Blade
FlightPerMonth Class
Any thoughts?
The text was updated successfully, but these errors were encountered: