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

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

Basic Timeline

Distributed Timeline

Multi Series Timeline

Advanced Timeline

Multiple Series - Group Rows

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