neo4j-labs / neodash

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

Add customization to line chart, custom label on hover #865

Open nielsdejong opened 2 months ago

nielsdejong commented 2 months ago

We should implement a way to get the 'hover' on a point on a line graph to say something else, e.g. I return the Year, Profit and Title of a Movie, I plot Year to Profit, but when hovering over a point, I'd like to see the Movie title.

This can be an advanced setting called "Hover label field" which can be set to one of the returned fields.