@extends('layouts.vertical', ['title' => 'Apex Line Charts', 'topbarTitle' => 'Apex Line Charts']) @section('css') @endsection @section('content')

Simple line chart

Line with Data Labels

Zoomable Timeseries

Line Chart with Annotations

Syncing charts

Gradient Line Chart

Missing / Null values

Dashed Line Chart

Stepline Chart

Brush Chart

Realtime Chart

@endsection @section('scripts') @vite(['resources/js/components/chart-apex-line.js']) @endsection