@extends('layouts.vertical', ['title' => 'Polar Area', 'subTitle' => 'Charts']) @section('content')
Overview

Find the JS file for the following chart at: resources/js/components/apexchart-polar-area.js

Basic Polar Area Chart

Monochrome Polar Area

@endsection @section('script-bottom') @vite(['resources/js/components/apexchart-polar-area.js']) @endsection