@extends('layouts.vertical', ['pageTitle' => 'Apex Area Chart']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Apex Line Chart', 'pageSubTitle1' => 'Data Visualization', 'pageSubTitle2'=> 'Apex Charts', 'pageSubText' => 'Start with a chart that’s on the right path—ideal for showing progress over time...']) @endsection @section('content')

Basic Line

Zoomable Timeseries Line

Synchronized charts Line

Stepline Line

Negative values with different color Line

Realtime Line

Line with Data Labels Line

Line Chart with Annotations Line

Brush chart Line

Gradient Line Line

Missing/null values Line

Dashed Line

@endsection @section('scripts') @vite(['resources/scripts/pages/apexlinechart.js']) @endsection