diff options
Diffstat (limited to 'www/lib/vis/docs/graph3d/index.html')
| -rw-r--r-- | www/lib/vis/docs/graph3d/index.html | 13 |
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> |
