neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
408 stars 135 forks source link

Bar chart hover gone after update from 2.4.0 to 2.4.1 #750

Closed ivy113 closed 6 months ago

ivy113 commented 8 months ago

Using docker images, I am noticing that I can hover and see values for Bar Charts on 2.4.0 but not 2.4.1.

nielsdejong commented 8 months ago

hi @ivy113 , Thanks for reporting this issue. It looks like our switch to a custom bar component has disabled the tooltip. We'll probably need to come up with a solution like this one: https://codesandbox.io/p/sandbox/bold-jennings-1d6y3?file=%2Fsrc%2FApp.tsx%3A30%2C21-30%2C62

We will keep you posted on the progress. CC @jacobbleakley-neo4j @alfredorubin96

jacobbleakley-neo4j commented 7 months ago

Please @alfredorubin96 would you be able to see if you can implement the bar chart hover on the custom 'BarComponent'? I'm happy to look at this with you if needs be.

nielsdejong commented 6 months ago

Fixed by #760