@extends('layouts.vertical', ['pageTitle' => 'Apex Mixed/Combo Chart']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Apex Mixed/Combo Chart', 'pageSubTitle1' => 'Data Visualization', 'pageSubTitle2'=> 'Apex Charts', 'pageSubText' => 'Mix it up with a chart party—perfect for tackling complex data maps, ideal for juggling multiple data, blending complex datasets.']) @endsection @section('content')

Line Column Mixed

Line & Area Mixed

Line Scatter Mixed

Multiple Y-Axis Mixed

Line Column Area Mixed

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