Skip to content

Commit

Permalink
[Discover] set minBarHeight for high cardinality data (elastic#69875) (
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jun 25, 2020
1 parent 836f2f7 commit c317540
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ export class DiscoverHistogram extends Component<DiscoverHistogramProps, Discove
/>
<HistogramBarSeries
id="discover-histogram"
minBarHeight={2}
xScaleType={ScaleType.Time}
yScaleType={ScaleType.Linear}
xAccessor="x"
Expand Down

0 comments on commit c317540

Please sign in to comment.