Skip to content

Commit

Permalink
update id to avoid future collisions
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
  • Loading branch information
nickofthyme and markov00 authored May 24, 2021
1 parent c64d27e commit 17b9fbb
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%" id="discover">
<Chart size="100%" id="discover_histogram_timechart">
<Settings
xDomain={xDomain}
onBrushEnd={this.onBrushEnd}
Expand Down

0 comments on commit 17b9fbb

Please sign in to comment.