diff --git a/docs/graph2d/index.html b/docs/graph2d/index.html index aba25cd7..edf01416 100644 --- a/docs/graph2d/index.html +++ b/docs/graph2d/index.html @@ -246,8 +246,6 @@
Graph2d can load data from an Array, a DataSet (offering 2 way data binding), or a DataView (offering one way data binding).
Objects are added to this DataSet by using the add() function.
- Data points must have properties x, y, and z,
- and can optionally have a property style and filter.
Graph2d can be provided with two types of data:
@@ -760,8 +758,8 @@ onRender: function(item, group, graph2d) {