From ea1fac76a3e26ba767e8867bca001c946a8d9534 Mon Sep 17 00:00:00 2001 From: Adam Kariv Date: Tue, 15 Dec 2015 22:25:27 +0200 Subject: [PATCH] Adapt to changes in upstream --- rd_ui/app/embed.html | 7 ++++--- rd_ui/app/scripts/embed.js | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/rd_ui/app/embed.html b/rd_ui/app/embed.html index 08f279a73..98aa94a67 100644 --- a/rd_ui/app/embed.html +++ b/rd_ui/app/embed.html @@ -57,8 +57,6 @@ - - @@ -69,7 +67,9 @@ - + + + @@ -81,6 +81,7 @@ + diff --git a/rd_ui/app/scripts/embed.js b/rd_ui/app/scripts/embed.js index 56653c52f..2f9edf932 100644 --- a/rd_ui/app/scripts/embed.js +++ b/rd_ui/app/scripts/embed.js @@ -6,10 +6,12 @@ angular.module('redash', [ 'redash.services', 'redash.renderers', 'redash.visualization', - 'highchart', + 'plotly', + 'plotly-chart', 'angular-growl', 'angularMoment', 'ui.bootstrap', + 'ui.sortable', 'smartTable.table', 'ngResource', 'ngRoute',