@extends('layouts.master') @section('title') @lang('translation.Apex_Treemap_Chart') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Apexcharts @endslot @slot('title') Apex Treemap Charts @endslot @endcomponent

Basic Treemap Charts

Multi-Dimensional Treemap Chart

Distributed Treemap Chart (Different Color for each Cell)

Treemap Chart with Color Ranges

@endsection @section('script') @endsection