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

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

Basic Radar Chart

Radar with Polygon-fill

Radar – Multiple Series

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