@extends('layouts.vertical', ['title' => 'Polar Area Apexcharts']) @section('css') @endsection @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Charts', 'title' => 'Ploar Area Apexchart'])

Basic Polar Area Chart

Monochrome Polar Area

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