Skip to content

Commit ab2fc97

Browse files
author
Joshua Sprey
committed
(#14) Remove chart widget for EasyRedmine
1 parent b1030ae commit ab2fc97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/adf-widget-redmine.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ angular.module('adf.widget.easyredmine', ['adf.provider', 'chart.js', 'ui.bootst
143143
// Create widgets
144144
createMyIssuesWidget(dashboardProvider, 'easyredmine-my-issues', 'My Issues', category, true);
145145
createCustomQueriesWidget(dashboardProvider, 'easyredmine-custom-queries', 'Custom Queries', category, true);
146-
createChartWidget(dashboardProvider, 'easyredmine-chart', 'Chart', category, true);
146+
//createChartWidget(dashboardProvider, 'easyredmine-chart', 'Chart', category, true);
147147
}]);
148148

149149
angular.module("adf.widget.easyredmine").run(["$templateCache", function($templateCache) {$templateCache.put("{widgetsPath}/redmine/src/main/chart/view.html","<div class=\"alert alert-info\" ng-if=!vm.config.project>Please configure the widget</div><div ng-if=\"vm.chart && vm.config.project\"><canvas id=line class=\"chart chart-line\" chart-data=vm.chart.data chart-series=vm.chart.series chart-options=vm.chart.options></canvas></div>");
@@ -711,4 +711,4 @@ angular.module('adf.widget.easyredmine')
711711
.factory('easyRedmineService', ["$http", "easyRedmineEndpoint", "easyRedmineRedirectEndpoint", "$q", function ($http, easyRedmineEndpoint, easyRedmineRedirectEndpoint, $q) {
712712
return apiService($http, easyRedmineEndpoint, easyRedmineRedirectEndpoint, $q);
713713
}]);
714-
})(window);
714+
})(window);

0 commit comments

Comments
 (0)