Skip to content

Commit

Permalink
Fix broken hints (fixes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Jun 27, 2019
1 parent e704bb9 commit b788b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export default class Chart extends Component {
onValueMouseOut={this._onValueMouseOut}
onValueMouseOver={(datapoint) => this._onValueMouseOver(datapoint, i)}
strokeWidth={this.state.hoveredSeriesIndex !== null && this.state.hoveredSeriesIndex === i ? 4 : null}
lineStyle={{pointerEvents: 'none'}}
/>
)}
{this.state.hintValue &&
Expand Down

0 comments on commit b788b03

Please sign in to comment.