@extends('layouts.vertical', ['title' => 'Treemap Apexchart']) @section('css') @endsection @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Charts', 'title' => 'Treemap Apexchart'])

Basic Treemap

Treemap Multiple Series

Distributed Treemap

Color Range Treemap

@endsection @section('scripts') @vite(['resources/js/pages/chart-apex-treemap.js']) @endsection