summaryrefslogtreecommitdiff
path: root/www/lib/vis/examples/graph3d/playground/playground.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/examples/graph3d/playground/playground.js')
-rw-r--r--www/lib/vis/examples/graph3d/playground/playground.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/lib/vis/examples/graph3d/playground/playground.js b/www/lib/vis/examples/graph3d/playground/playground.js
index 5b93dddb..a2e28728 100644
--- a/www/lib/vis/examples/graph3d/playground/playground.js
+++ b/www/lib/vis/examples/graph3d/playground/playground.js
@@ -407,6 +407,7 @@ function getOptions() {
showAnimationControls: (document.getElementById("showAnimationControls").checked != false),
showGrid: (document.getElementById("showGrid").checked != false),
showPerspective: (document.getElementById("showPerspective").checked != false),
+ showLegend: (document.getElementById("showLegend").checked != false),
showShadow: (document.getElementById("showShadow").checked != false),
keepAspectRatio: (document.getElementById("keepAspectRatio").checked != false),
verticalRatio: document.getElementById("verticalRatio").value,