@extends('layouts.vertical', ['pageTitle' => 'Apex Bubble Chart']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Apex Bubble Chart', 'pageSubTitle1' => 'Data Visualization', 'pageSubTitle2'=> 'Apex Charts', 'pageSubText' => 'Utilize this collection of Apex Bubble Chart examples to blow up your development game!']) @endsection @section('content')

Simple Bubble

3D Bubble Chart

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