@extends('layouts.vertical', ['title' => 'Apex Treemap Charts', 'topbarTitle' => 'Treemap Charts']) @section('css') @endsection @section('content')

Basic Treemap

Treemap Multiple Series

Distributed Treemap

Color Range Treemap

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