@extends('layouts.vertical', ['title' => 'ApexSankey Apexcharts']) @section('css') @endsection @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Charts', 'title' => 'ApexSankey'])

Basic Sankey

Node Customization

Edge Customization

Font Options

@endsection @section('scripts') @vite(['resources/js/pages/chart-apexsankey.js']) @endsection