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

Line Chart

Line Stacked Chart

Line Marker

Dynamic Line

Step Line

Line Y Category

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