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

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

Basic Bar Chart#
Grouped Bar Chart#
Stacked Bar Chart#
100% Stacked Bar Chart#
Bar with Negative Values#
Reversed Bar Chart#
Bar with Image Fill#
Custom DataLabels Bar#
Patterned Bar Chart#
Bar with Markers#
@endsection @section('script-bottom') @vite(['resources/js/components/apexchart-bar.js']) @endsection