@extends('layouts.vertical', ['title' => 'Echart Gauge Chart']) @section('css') @endsection @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Charts', 'title' => 'Gauge Echart'])

Basic Gauge Chart

Speed Stage Gauge Chart

Ring Gauge Chart

Temperature Chart

Multi Ring Gauge Chart

Multi Gauge Chart

@endsection @section('scripts') @vite(['resources/js/pages/chart-echart-gauge.js']) @endsection