microsoft / charticulator

Interactive Layout-Aware Construction of Bespoke Charts
Other
830 stars 116 forks source link

Missing bar in plotted waterfall chart after clicking Save #1066

Open raymond8080 opened 1 year ago

raymond8080 commented 1 year ago

Some bar is not plotted when designing with Stacked Y.

Steps to reproduce the behavior:

  1. Load below CSV data to a table

Year,Change,Sign 1991,10,Increase 1992,20,Increase 1993,50,Increase 1994,-20,Decrease 1995,-10,Decrease 1996,15,Increase

  1. Click on 'Create Chart'
  2. Drag 'Scaffold Vertical Line' to Plot
  3. Add 'Rectangle Marks' to Glyph
  4. Drag 'Year' to X Axis in Plot
  5. Drag 'Change' to Glyph's Height
  6. Click 'Save', and the bar of '1994' is missing from the plot

Expected behavior All bars should remain visible after 'Save'

Screenshots image