-
Notifications
You must be signed in to change notification settings - Fork 44
Tooltip lingers #41
Comments
@jscheid It seems like the renderEnd method is never triggered in the scatterChart. Probably a nvd3 issue. Still working in this. |
Any update on this issue--it seems to still be present in the scatter chart in the latest release. Any ideas on a workaround? |
Looks like this is a problem of renderEnd not getting called for some chart types in more recent nvd3 releases: Downgrading to [email protected] seemed to fix the renderEnd issue. |
@grantga @jscheid Sorry I've been out of pocket this weeks. I've tried to fix it but as you pointed out that's an issue in the nvd3 library. Render end event it's not consistent across chart models. Sometimes you need to subscribe to the child component (line, pie, etc.) and sometimes to the parent (lineChart, pieChart, etc.) and sometimes neither of them works. |
Fair enough, thanks for the update. I'd rather not downgrade but I'll see if I can have a go at fixing the upstream issue one of these days. |
Hi, not sure if this is related to #40 but have a look here: https://jsfiddle.net/julians37/uazsgvya/1/
Mouse over an item so that the tooltip is shown, then click.
This causes the chart to be unmounted, yet the tooltip is still visible.
The text was updated successfully, but these errors were encountered: