@extends('layouts.vertical', ['title' => 'Line Apexcharts']) @section('css') @endsection @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Charts', 'title' => 'Line Apexchart'])

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/pages/chart-apex-line.js']) @endsection