neodash
neodash copied to clipboard
Map View Crashes when selecting node-label dropdown
MATCH (s:Station) RETURN s LIMIT 10
Based on Jesus' Rail UK dataset https://github.com/jbarrasa/gc-2022/tree/main/interop
Did my own import, set location as geocoordinate point and created index.
- only configured relWidthProperty and heatmap markers
- nothing else
MapChart.tsx:256 Uncaught ReferenceError: renderNodeLabel is not defined
at MapChart.tsx:256:22
at Array.map (
Hi Michael, thanks for reporting this. I'll try and reproduce the issue locally and will push a fix a.s.a.p. CC @mariusconjeaud
Issue is fixed here: https://github.com/neo4j-labs/neodash/pull/184
Update is pushed as part of the 2.1.4 release out today too.
Best, Niels