| Modifier and Type | Class and Description |
|---|---|
class |
Data<V extends Value>
HttpResponse representation of the data model NVD3 wants. |
class |
Series<V extends Value>
A single sequence of data points.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabeledValue
A single data point with label.
|
class |
Point
Data point that consists of a single value.
|
class |
ScatterValue
(x,y) and the size/shape for scatter graph.
|
class |
XYValue
Data point that consists of two values (X,Y).
|
| Modifier and Type | Method and Description |
|---|---|
Series<V> |
Series.with(V... data) |
Copyright © 2013. All rights reserved.