Currently, mixins.XYValues (which Bars extends), looks for width to be set on scale (from helpers.createScale) or rangeBand (from ordinal scale). If a linear scale is used with Bars the width will be 0. Need to investigate how this is resolved in other bar chart examples and any potential fixes.
Currently,
mixins.XYValues(whichBarsextends), looks forwidthto be set on scale (fromhelpers.createScale) orrangeBand(from ordinal scale). If a linear scale is used withBarsthe width will be 0. Need to investigate how this is resolved in other bar chart examples and any potential fixes.