From 77faead4e948f901fa6ca9951f085bbe045bae68 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 7 Nov 2016 15:43:13 -0500 Subject: Updated vis library to 4.17 and also linked to only graph2d-timeline CSS and JS --- www/lib/vis/docs/graph3d/index.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'www/lib/vis/docs/graph3d') diff --git a/www/lib/vis/docs/graph3d/index.html b/www/lib/vis/docs/graph3d/index.html index c0e604a7..429e2a98 100644 --- a/www/lib/vis/docs/graph3d/index.html +++ b/www/lib/vis/docs/graph3d/index.html @@ -435,6 +435,14 @@ var options = { when drawn in perspective. + + showLegend + boolean + none + If true, a legend is drawn for the graph (if the graph type supports it). + By default a legend is drawn for dot and dot-color style graphs. + + showShadow boolean @@ -466,7 +474,8 @@ var options = { The contents of the tooltip can be customized by providing a callback function as tooltip. In this case the function is called with an object containing parameters x, - y, and z argument, + y, z, and data + (the source JS object for the point) as an argument, and must return a string which may contain HTML. @@ -796,4 +805,4 @@ graph3d.on('cameraPositionChange', onCameraPositionChange); - \ No newline at end of file + -- cgit v1.2.3