-
Notifications
You must be signed in to change notification settings - Fork 8
Stacked area chart
Jorge Yagüe París edited this page Oct 17, 2016
·
2 revisions
Status of this document | |
---|---|
Release | 0.0.1 |
var chart = new proteic.StackedArea(data);
chart.draw();
The default configuration can be found here.
Stacked area chart uses Common parameters, XYAxes.
Option | Syntax examples | Description | Values |
---|---|---|---|
maxNumberOfElements |
0 (Unlimited)150
|
Maximum number of elements displayed in the chart when using real-time data. Old elements will be removed from the chart as new data arrives. | Integer number. 0 means unlimited. |
- Getting started
- Data format
- Data sources
- Available visualizations
-
Configuration
- Common parameters
- Chart specific parameters
- Components parameters
- Colours
- Statistics
- Annotations