@extends('layouts.master') @section('title')Bubble charts @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Charts @endslot @slot('title') Bubble charts @endslot @endcomponent @endsection

Simple Bubble Chart

3D Bubble Chart

@endsection @section('script') @endsection