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

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

Simple Bubble Chart

3D Bubble Chart

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