@extends('layouts.master') @section('title')Area charts @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Charts @endslot @slot('title') Area charts @endslot @endcomponent @endsection

Basic Area Chart

Spline Area Chart

Area Chart - Datetime X - Axis Chart

Area with Negative Values Chart

Area Chart - Github Style

coder
commits

Stacked Area Chart

Irregular Timeseries Chart

Area Chart With Null Values Chart

@endsection @section('script') @endsection