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

Basic Heatmap - Single Series

Heatmap - Multiple Series

Heatmap - Color Range

Heatmap - Range without Shades

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