ilgizar пре 7 година
родитељ
комит
9d7ab78d9f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/app/plugins/panel/graph/graph.ts

+ 1 - 1
public/app/plugins/panel/graph/graph.ts

@@ -17,7 +17,7 @@ import { appEvents, coreModule, updateLegendValues } from 'app/core/core';
 import GraphTooltip from './graph_tooltip';
 import { ThresholdManager } from './threshold_manager';
 import { EventManager } from 'app/features/annotations/all';
-import { convertValuesToHistogram, getSeriesValues } from './histogram';
+import { convertToHistogramData } from './histogram';
 import { alignYLevel } from './align_yaxes';
 import config from 'app/core/config';