Skip to content

Streamgraph

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

Creating a streamgraph

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

Example JSFiddle

Configuration options

The default configuration can be found here.

Common configuration

Streamgraph uses Common parameters, XYAxes.

Streamgraph 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.