Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Tooltip labels don't work with D3 v6 #27

Open
marcelomizuki opened this issue Dec 8, 2020 · 1 comment
Open

Tooltip labels don't work with D3 v6 #27

marcelomizuki opened this issue Dec 8, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@marcelomizuki
Copy link

Hi all,

Just be aware that the following issue can cause problems when using and compiling the source and using the
latest version of D3.

https://stackoverflow.com/questions/63693132/unable-to-get-node-datum-on-mouseover-in-d3-v6

Just wasted a couple of hours trying to figure out why the tooltip was producing: "undefined: undefined" and
it is because the first argument is the "event" and no longer the "datum" "d" in D3 V6. For now I just went back to
D3 V5.

@Saigesp
Copy link
Owner

Saigesp commented Jan 12, 2021

Hi @marcelomizuki, thanks for the comment.

Yes, I haven't worked in this library for a long time (no free time). When I can I will update it to work with D3v6 and Vue3

@Saigesp Saigesp added the enhancement New feature or request label Jan 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants