@extends('layouts.vertical', ['pageTitle' => 'Apex Pie/Donut Chart']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Apex Pie/Donut Chart', 'pageSubTitle1' => 'Data Visualization', 'pageSubTitle2'=> 'Apex Charts', 'pageSubText' => 'Slice into success with a tasty pie chart—perfect for dishing out delicious proportions with a grin!']) @endsection @section('content')

Simple Pie Chart

Donut Update Chart

Gradient Donut Chart

Donut with Pattern Chart

Simple Donut Chart

Monochrome Pie Chart

Semi Donut Chart

Pie with Image Chart

@endsection @section('scripts') @vite(['resources/scripts/pages/apexpiedonut.js']) @endsection