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

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

Basic Treemap

Treemap Multiple Series

Distributed Treemap

Color Range Treemap

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