@extends('layouts.vertical', ['title' => 'Apex Heatmap Charts']) @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Charts', 'title' => 'Heatmap Apexchart'])

Heatmap - Single Series

Multiple Series

Heatmap - Color Range

Heatmap - Range without Shades

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