@extends('layouts.vertical', ['pageTitle' => 'Apex Candlesticks Chart']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Apex Candlestick Chart', 'pageSubTitle1' => 'Data Visualization', 'pageSubTitle2'=> 'Apex Charts', 'pageSubText' => 'Use this page of Apex Candlestick Chart samples to prototype and enhance your app’s trading features.']) @endsection @section('content')

Basic Candlestick

Combo Candlestick

Category x-axis Candlestick

Candlestick with line Candlestick

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