@extends('layouts.vertical', ['pageTitle' => 'Apex Range Area Chart']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Apex Range Area Chart', 'pageSubTitle1' => 'Data Visualization', 'pageSubTitle2'=> 'Apex Charts', 'pageSubText' => 'This range area design—ideal for highlighting trends within defined boundaries — perfect for showcasing data fluctuations in a structured format.']) @endsection @section('content')

Basic Range Area

Datetime Range Area

Combo Range Area

Multiple Range Area

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