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

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

Basic RadialBar Chart

Multiple RadialBars

Circle Chart - Custom Angle

Circle Chart with Image

Stroked Circular Gauge

Gradient Circular Chart

Semi Circle Gauge

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