Skip to content

Stacked area chart

Jorge Yagüe París edited this page Oct 17, 2016 · 2 revisions
Status of this document
Release 0.0.1

Creating a stacked area chart

var chart = new proteic.StackedArea(data);
chart.draw();

Example JSFiddle

Configuration options

The default configuration can be found here.

Common configuration

Stacked area chart uses Common parameters, XYAxes.

Stacked area chart configuration

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.