ilgizar 7 лет назад
Родитель
Сommit
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';