@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Chartist') {{-- vendor styles --}} @section('vendor-styles') @endsection {{-- page styles --}} @section('page-styles') @endsection @section('content')
Simple Line Chart
Line Chart With Area
Bi-Polar Line Chart With Area Only
Series Overrides
BI-Polar Bar Chart
Stacked Bar Chart
Horizontal Bar Chart
Multi-Line Labels
Simple Pie Chart
Pie Chart With Custom Labels
Animating A Donut With SVG.Animate
Gauge Chart Using Fill Rather Than Stroke
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection