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

Basic Treemap Chart

Multi-Dimensional Treemap Chart

Distributed Treemap Chart (Different Color for each Cell)

Treemap Chart with Color Ranges

@endsection @section('script') @endsection