From 3c8972a6016d952a4380f5113ff28f50cb7f16ff Mon Sep 17 00:00:00 2001 From: Quynh Nguyen Date: Mon, 26 Oct 2020 13:43:56 -0500 Subject: [PATCH] [ML] Clean up --- .../explorer_charts/explorer_charts_container_service.js | 1 - .../components/timeseries_chart/timeseries_chart.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugins/ml/public/application/explorer/explorer_charts/explorer_charts_container_service.js b/x-pack/plugins/ml/public/application/explorer/explorer_charts/explorer_charts_container_service.js index 8a8a16ba2ce17..39166841a4e1b 100644 --- a/x-pack/plugins/ml/public/application/explorer/explorer_charts/explorer_charts_container_service.js +++ b/x-pack/plugins/ml/public/application/explorer/explorer_charts/explorer_charts_container_service.js @@ -55,7 +55,6 @@ export const anomalyDataChange = function ( ) { const data = getDefaultChartsData(); - console.log('anomalyRecords', anomalyRecords); const filteredRecords = anomalyRecords.filter((record) => { return Number(record.record_score) >= severity; }); diff --git a/x-pack/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart/timeseries_chart.js b/x-pack/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart/timeseries_chart.js index 42c72eb86d27f..18950535cd034 100644 --- a/x-pack/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart/timeseries_chart.js +++ b/x-pack/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart/timeseries_chart.js @@ -1385,7 +1385,7 @@ class TimeseriesChartIntl extends Component { if (marker.metricFunction) { tooltipData.push({ label: i18n.translate( - 'xpack.ml.timeSeriesExplorer.timeSeriesChart.multiBucketImpactLabel', + 'xpack.ml.timeSeriesExplorer.timeSeriesChart.metricActualPlotFunctionLabel', { defaultMessage: 'function', }