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

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

Basic Boxplot

Scatter Boxplot

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