@extends('layouts.vertical', ['pageTitle' => 'Apex Box & Whisker Chart']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Apex Box & Whisker Chart', 'pageSubTitle1' => 'Data Visualization', 'pageSubTitle2'=> 'Apex Charts', 'pageSubText' => 'Leverage these Apex Box & Whisker Chart variants as a starting point for custom analytical dashboards.']) @endsection @section('content')

Basic Box & Whisker

Horizontal BoxPlot Box & Whisker

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