Skip to content

Scatterplot

Jorge Yagüe París edited this page Nov 3, 2016 · 2 revisions
Version history
0.0.3 (current)

Creating a

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

Example JSFiddle

Configuration options

The default configuration can be found here.

Common configuration

Networkt graph uses Common parameters, XYAxes, Markers.

Scatterplot 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 numbers. 0 means unlimited.