vizzu-lib icon indicating copy to clipboard operation
vizzu-lib copied to clipboard

Filtering error in waterfall charts

Open petervidos opened this issue 1 year ago • 2 comments

When creating a waterfall chart (same dimension on both axes, measure on one axis), and filtering some of the categories at the same time, the space for the filtered categories is shown on the axis with only the category (x-axis in the attached example). To put it simple: The empty space on the left shouldn't be there :)

image waterfall_error.zip

petervidos avatar Jan 12 '24 16:01 petervidos

simplified dataset: https://jsfiddle.net/mgb3apns/7/

schaumb avatar Jan 15 '24 09:01 schaumb

~Surprisingly this issue has the same root cause as another bug. (The data contains independent dimension values.)~

schaumb avatar Jan 15 '24 09:01 schaumb

This issue solved in v0.11.1: When the first marker was disabled it was calculated as an enabled marker on the XY normalization. See here

schaumb avatar Jul 02 '24 10:07 schaumb