-
Notifications
You must be signed in to change notification settings - Fork 7
Scatterplot
Jorge Yagüe París edited this page Nov 3, 2016
·
2 revisions
| Version history |
| 0.0.3 (current) |
var chart = new proteic.Scatterplot(data);
chart.draw();The default configuration can be found here.
Networkt graph uses Common parameters, XYAxes, Markers.
| 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. |

- Getting started
- Data format
- Data sources
- Available visualizations
-
Configuration
- Common parameters
- Chart specific parameters
- Components parameters
- Colours
- Statistics
- Annotations