summaryrefslogtreecommitdiff
path: root/www/lib/vis/docs/graph3d/index.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:43:13 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:43:13 -0500
commit77faead4e948f901fa6ca9951f085bbe045bae68 (patch)
tree3f059e5e76ec5c037c7b2c76e53895a8a337fa3e /www/lib/vis/docs/graph3d/index.html
parent5b80d3916cd91d630a0142f76a87b4863b714203 (diff)
Updated vis library to 4.17 and also linked to only graph2d-timeline CSS and JS
Diffstat (limited to 'www/lib/vis/docs/graph3d/index.html')
-rw-r--r--www/lib/vis/docs/graph3d/index.html13
1 files changed, 11 insertions, 2 deletions
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
@@ -436,6 +436,14 @@ var options = {
</td>
</tr>
<tr>
+ <td>showLegend</td>
+ <td>boolean</td>
+ <td>none</td>
+ <td>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.
+ </td>
+ </tr>
+ <tr>
<td>showShadow</td>
<td>boolean</td>
<td>false</td>
@@ -466,7 +474,8 @@ var options = {
The contents of the tooltip can be customized by providing a callback
function as <code>tooltip</code>. In this case the function is called
with an object containing parameters <code>x</code>,
- <code>y</code>, and <code>z</code> argument,
+ <code>y</code>, <code>z</code>, and <code>data</code>
+ (the source JS object for the point) as an argument,
and must return a string which may contain HTML.
</td>
</tr>
@@ -796,4 +805,4 @@ graph3d.on('cameraPositionChange', onCameraPositionChange);
<script src="../js/tipuesearch.config.js"></script>
<script src="../js/tipuesearch.js"></script>
<!-- controller -->
-<script src="../js/main.js"></script> \ No newline at end of file
+<script src="../js/main.js"></script>