@extends('layouts.vertical', ['title' => 'Line', 'subTitle' => 'Charts']) @section('content')
Overview

Find the JS file for the following chart at: resources/js/components/apexchart-line.js

Simple line chart

Line with Data Labels

Zoomable Timeseries

Syncing charts

Missing / Null values

Dashed Line Chart

Stepline Chart

Realtime Chart

@endsection @section('script-bottom') @vite(['resources/js/components/apexchart-line.js']) @endsection