esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
861 stars 284 forks source link

onValueMouseOver event cannot be triggered after adding Highlight component #367

Closed renhax closed 5 years ago

renhax commented 5 years ago

🐛Bug report

Describe the bug After adding Highlight component, there is a "rv-mouse-target" div created by Highlight component, all events from LineMarkSeries cannot be triggered. If I change its "pointer-events" css to None, LineMarkSeries back to working, but Highlight stops working