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:
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
Post a Comment