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
I had tried more time but i have not seen any animation in the front view.
Controller Code (chart creation code)
public function lineChart()
{
$lava = new Lavacharts;
$fans = $lava->DataTable();
$value=LineChart::select('year as 0','volleyball as 1','football as 2','elle as 3')
->get()
->toArray();
What Version?
versions : * 3.1.11
Issue
I had tried more time but i have not seen any animation in the front view.
Controller Code (chart creation code)
public function lineChart()
{
$lava = new Lavacharts;
$fans = $lava->DataTable();
$value=LineChart::select('year as 0','volleyball as 1','football as 2','elle as 3')
->get()
->toArray();
View Code
<title>Laravel LineChart Example</title>Laravel LineChart Example
render('LineChart', 'year', 'line') ?>
The text was updated successfully, but these errors were encountered: