From 0eba419651857f2a437c5dc588221cd1e8b99487 Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Tue, 23 Aug 2016 11:56:32 +0200 Subject: [PATCH] Added multiple terms plot in terms-plot-tool. --- var/www/templates/terms_plot_tool.html | 37 +++++++++++++++++++++----- 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/var/www/templates/terms_plot_tool.html b/var/www/templates/terms_plot_tool.html index 7e20fe7a..def0e9d2 100644 --- a/var/www/templates/terms_plot_tool.html +++ b/var/www/templates/terms_plot_tool.html @@ -77,7 +77,8 @@
- + +
@@ -143,6 +144,7 @@ " - " + new Date($( ".sliderRange" ).slider( "values", 1 )).toLocaleDateString() ); $('#plot-btn').click(plotData); + $('#plot-btn-add').click(addData); $("#TermInput").val($("#TermInput").attr("data-init-plot")); $("#plot-btn").click(); @@ -158,6 +160,8 @@