@extends('layouts.master') @section('title') @lang('translation.E_Charts') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Charts @endslot @slot('title') ECharts @endslot @endcomponent

Line Chart

Mix Line-Bar

Doughnut Chart

Pie Chart

Scatter Chart

Bubble Chart

Candlestick Chart

Gauge Chart

@endsection @section('script') @endsection