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

Basic Line Chart

Zoomable Timeseries

Line with Data Labels

Dashed Line

Line with Annotations

Syncing Charts

Brush Charts

Stepline Charts

Gradient Charts

Missing Data/ Null Value Charts

Realtimes Charts

@endsection @section('script') @endsection