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

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

Basic Column Chart

Column Chart with Datalabels

Stacked Column Chart

100% Stacked Column Chart

Column with Markers

Column with Group Label

Column Chart with rotated labels & Annotations

Column Chart with negative values

Distributed Column Chart

Range Column Chart

Dynamic Loaded Chart

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