neodash
neodash copied to clipboard
Bar Chart not showing the correct values
-
NeoDash version: 2.3 and greater
-
Neo4j Database version: any
-
Steps to reproduce Run this query inside a bar chart:
UNWIND [ {week:'w2', value:3.2, name:'v15 - 21'}, {week:'w1', value:1.2, name:'v15 - 22'}, {week:'w1', value:5.2, name:'v15 - 22'} ] as row RETURN row.week, row.value, row.name
We got this bug using grouping mode grouped .
- Expected behavior It should show both 1.2 and 5.2
- Actual behavior It's showing only 5.2
Here a screenshot