SB Admin Laravel 5 line chart data -


am using following package. there chart displayed in resources/views/mcharts.blade.php. code following;

@section ('cchart1_panel_title','line chart')             @section ('cchart1_panel_body')             @include('widgets.charts.clinechart')             @endsection             @include('widgets.panel', array('header'=>true, 'as'=>'cchart1')) 

so code refers widgets.charts.clinechart. looking file, code follows:

this prints out nice line chart:

linechart

where date draw lines. expect come controller, can't seem find it. correct way provide linechart data coming application

it in javascript here https://github.com/start-laravel/sb-admin-laravel-5/blob/master/resources/js/frontend.js

you create api laravel , ajax data.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -