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',