juijs / jui-chart

SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D, Realtime)
https://codepen.io/collection/nLydod/
57 stars 25 forks source link

Tooltip on zoom function #201

Closed irawan2018 closed 5 years ago

irawan2018 commented 5 years ago

I set tooltip on the scatter brush. When zoom, it's not show, like closed by backdrop of zoom.

seogi1004 commented 5 years ago

Unfortunately, tooltips are not available at zoom. This is because the zoom layer blocks the event. Instead, use the line brush's display option.

irawan2018 commented 5 years ago

It's work for 2.5.7 version after removed background on zoom. Thanks.