neodash icon indicating copy to clipboard operation
neodash copied to clipboard

Bar Chart not showing the correct values

Open alfredorubin96 opened this issue 1 year ago • 1 comments

  • 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 Screenshot 2023-12-13 at 17 59 32

alfredorubin96 avatar Dec 13 '23 17:12 alfredorubin96