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

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

Simple Candlestick Chart

Combo Candlestick Chart

Category X-Axis

Candlestick with Line

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