From 00db1c00107affd1d2e0d283deaf2b0f09f08a28 Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Thu, 10 Nov 2016 00:56:12 +0100 Subject: [PATCH] removed all links to plotly --- templates/stats.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/stats.html b/templates/stats.html index f47da66..e10d7e2 100644 --- a/templates/stats.html +++ b/templates/stats.html @@ -31,10 +31,10 @@ } var trace = {"y": y, "x": semester, "type": "scatter"}; var layout = { - title: 'Veranstaltungen pro Semester', - showlegend: false + "title": 'Veranstaltungen pro Semester', + "showlegend": false }; - Plotly.newPlot('tester', [trace], layout, {showLink: false}); + Plotly.newPlot('tester', [trace], layout, { "showLink": false, "modeBarButtonsToRemove": ['sendDataToCloud','hoverCompareCartesian'], "displaylogo": false}); } }); </script> -- GitLab