react-timeseries-charts icon indicating copy to clipboard operation
react-timeseries-charts copied to clipboard

EventMarker Flag Not Visible Outside ClipPath

Open eternaldoctorwho opened this issue 5 years ago • 0 comments

When using an EventMarker of type "flag" in combination with a EventChart, the actual flag popup will not appear. This is because it is by default outside of the clipPath generated for the EventChart area. This is especially true if the EventMarker flag is styled to appear above or below the Event data line.

What if we made that clipPath in the ChartRow component optional via a prop? At least for an EventChart, the Event bar would only show with slightly more height, and the flag popup would appear on hover.

eternaldoctorwho avatar Mar 17 '20 19:03 eternaldoctorwho