पेज · Laravilt
Line Chart Widget
Line and area charts for trend visualization
Line charts for trend visualization.
Basic Usage
php
With Heading
php
Area Fill
php
Curved Lines
php
Show Points
php
Show Grid
php
Multiple Datasets
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 |
fill(bool) | Enable area fill |
curved(bool) | Curved lines |
showPoints(bool) | Show data points |
showGrid(bool) | Show grid lines |
height(int) | Chart height (px) |
polling(?int) | Refresh interval |
options(array) | Chart.js options |