@extends('stisla.layouts.app') @section('title') {{ $title = 'Chart JS' }} @endsection @section('content')

{{ $title }}

Chart.js

We use 'Chart.JS' made by @chartjs. You can check the full documentation here.

Line Chart

Bar Chart

Doughnut Chart

Pie Chart

Bar Chart

@endsection @push('css') @endpush @push('js') @endpush @push('scripts') @endpush