@extends('layout.backend.app',[ 'title' => 'Chart', 'pageTitle' => 'Chart' ]) @section('content')

Chart.js is a third party plugin that is used to generate the charts in this theme. The charts below have been customized - for further customization options, please visit the official Chart.js documentation.

Area Chart

Styling for the area chart can be found in the /js/demo/chart-area-demo.js file.
Bar Chart

Styling for the bar chart can be found in the /js/demo/chart-bar-demo.js file.
Donut Chart

Styling for the donut chart can be found in the /js/demo/chart-pie-demo.js file.
@stop @push('js') @endpush