|
|
|
@ -330,8 +330,8 @@ coreModule.directive('grafanaGraph', function($rootScope, timeSrv, popoverSrv) { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
thresholdManager.addPlotOptions(options, panel); |
|
|
|
thresholdManager.addFlotOptions(options, panel); |
|
|
|
eventManager.addPlotEvents(annotations, options); |
|
|
|
eventManager.addFlotEvents(annotations, options); |
|
|
|
configureAxisOptions(data, options); |
|
|
|
configureAxisOptions(data, options); |
|
|
|
|
|
|
|
|
|
|
|
sortedSeries = _.sortBy(data, function(series) { return series.zindex; }); |
|
|
|
sortedSeries = _.sortBy(data, function(series) { return series.zindex; }); |
|
|
|
|