From 4baac0b994af6d376c315873723df92446d60053 Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Tue, 16 Aug 2016 10:31:18 +0200 Subject: [PATCH] Tool-plot for sentiment working + Splitted script and webpage --- var/www/static/js/sentiment_plot.js | 95 +++++++++++++++++++ .../sentiment_analysis_plot_tool.html | 91 +----------------- 2 files changed, 98 insertions(+), 88 deletions(-) create mode 100644 var/www/static/js/sentiment_plot.js diff --git a/var/www/static/js/sentiment_plot.js b/var/www/static/js/sentiment_plot.js new file mode 100644 index 00000000..c9c2b7ef --- /dev/null +++ b/var/www/static/js/sentiment_plot.js @@ -0,0 +1,95 @@ +var li_text = "
  • " + + +/* Get Providers List and display them by row */ +$.getJSON('/sentiment_analysis_plot_tool_getdata/?getProviders=True', function(data){ + for(i=0; i + +