Hello,
when all funnel item values are 0 none of the items are shown. Is there a way to force the funnel to render even if all values are 0?
As a workaround we set the values to 0.1 by default which is then rounded to 0 which renders the items. Here we would like to know if it would be possible to then limit the items widths. When all items are "0" they stretch to 100% of the width, which we know is the correct behavior since that is the max value. Would there still be a way to limit the maximum value so 0 values are not that wide?