From 7c5ca074bbeefbf809aef934defdc4dc9d72c648 Mon Sep 17 00:00:00 2001 From: Ludo Stellingwerff Date: Thu, 26 Nov 2015 11:00:05 +0100 Subject: [PATCH] Update documentation for new Shaded option. Removed some old incorrect texts. --- docs/graph2d/index.html | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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) { shaded.orientation String - 'bottom' - This determines if the shaded area is at the bottom or at the top of the curve. The options are 'bottom' or 'top'. + 'zero' + This determines if the shaded area is at the bottom or at the top of the curve, or always towards the zero-axis of the graph. The options are 'zero', 'bottom' or 'top'. shaded.style @@ -1308,15 +1306,6 @@ Graph2d.off('rangechanged', onChange); - - finishedRedraw - - none. - - Fired after a redraw is complete. When moving the Graph2d around, this could be fired frequently. - - - rangechange