Skip to content

Commit

Permalink
fix discover memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed May 20, 2021
1 parent 08884a6 commit 96a1a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class DiscoverHistogram extends Component<DiscoverHistogramProps, Discove
);

return (
<Chart size="100%">
<Chart size="100%" id="discover">
<Settings
xDomain={xDomain}
onBrushEnd={this.onBrushEnd}
Expand Down

0 comments on commit 96a1a6c

Please sign in to comment.