File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
x-pack/plugins/apm/public/components/app/ErrorGroupDetails/Distribution Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import d3 from 'd3';
1212import { scaleUtc } from 'd3-scale' ;
1313import { mean } from 'lodash' ;
1414import React from 'react' ;
15- import { px } from '../../../../style/variables' ;
1615import { asRelativeDateTimeRange } from '../../../../utils/formatters' ;
1716import { getTimezoneOffsetInMs } from '../../../shared/charts/CustomPlot/getTimezoneOffsetInMs' ;
1817// @ts -ignore
@@ -89,7 +88,7 @@ export function ErrorDistribution({ distribution, title }: Props) {
8988 < span > { title } </ span >
9089 </ EuiTitle >
9190 < Histogram
92- height = { px ( 180 ) }
91+ height = { 180 }
9392 noHits = { distribution . noHits }
9493 tooltipHeader = { tooltipHeader }
9594 verticalLineHover = { ( bucket : FormattedBucket ) => bucket . x }
You can’t perform that action at this time.
0 commit comments