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

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

Simple Pie Chart

Simple Donut Chart

Monochrome Pie Chart

Gradient Donut Chart

Patterned Donut Chart

Pie Chart with Image fill

Donut Update

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