@extends('layouts.master') @section('title') Bar charts @endsection @section('page-title') Bar charts @endsection @section('body') @endsection @section('content')

Basic Bar Chart

Custom DataLabels Bar

Stacked Bar Charts

Stacked Bars 100

Bar with Negative Values

Bar with Markers

Reversed Bar Chart

Patterned Chart

Grouped Bar Chart

Bar with Images

@endsection @section('scripts') @endsection