Open suadikhasen opened 2 years ago
If you are showing two charts on the same page, you might encounter this if you don't set a key
on the Livewire component tag.
e.g.
<livewire:livewire-column-chart
key="one"
:column-chart-model="$columnChartModel"
/>
<livewire:livewire-line-chart
key="two"
:line-chart-model="$lineChartModel"
/>
Hello, can I ask how to Implement the LivewireLineChart on Laravel eloquent collection method ?
I am using this chart column chart is working but the line chart is not working here is my code
the line chart display but it is not showing the data it shows the default x and y-axis without value.