mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): more refactoring
This commit is contained in:
@@ -2,7 +2,7 @@ define([
|
||||
'./helpers',
|
||||
'app/features/panel/panel_srv',
|
||||
'app/features/panel/panel_helper',
|
||||
'app/plugins/panels/graph/module'
|
||||
'app/plugins/panel/graph/module'
|
||||
], function(helpers) {
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ define([
|
||||
'angular',
|
||||
'jquery',
|
||||
'app/core/time_series',
|
||||
'app/plugins/panels/graph/graph'
|
||||
'app/plugins/panel/graph/graph'
|
||||
], function(helpers, angular, $, TimeSeries) {
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
define([
|
||||
'jquery',
|
||||
'app/plugins/panels/graph/graph.tooltip'
|
||||
'app/plugins/panel/graph/graph.tooltip'
|
||||
], function($, GraphTooltip) {
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
define([
|
||||
'./helpers',
|
||||
'app/plugins/panels/graph/seriesOverridesCtrl'
|
||||
'app/plugins/panel/graph/seriesOverridesCtrl'
|
||||
], function(helpers) {
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ define([
|
||||
'./helpers',
|
||||
'app/features/panel/panel_srv',
|
||||
'app/features/panel/panel_helper',
|
||||
'app/plugins/panels/singlestat/module'
|
||||
'app/plugins/panel/singlestat/module'
|
||||
], function(helpers) {
|
||||
'use strict';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user