पेज · Laravilt
Bar Chart Widget
Vertical and horizontal bar charts with stacking
Bar charts for categorical data.
Basic Usage
php
With Heading
php
Horizontal Bars
php
Stacked Bars
php
Show Grid
php
Bar Thickness
php
Chart Height
php
Polling
php
Chart Options
php
Methods
| Method | Description |
|---|---|
make(labels, datasets) | Create chart |
heading(string) | Chart heading |
description(string) | Chart description |
horizontal(bool) | Horizontal bars |
stacked(bool) | Stack datasets |
showGrid(bool) | Show grid lines |
barThickness(int) | Bar thickness (px) |
height(int) | Chart height (px) |
polling(?int) | Refresh interval |
options(array) | Chart.js options |
Related
- Line Chart - Line charts
- Pie Chart - Pie charts