Skip to content

v2.3.46

Compare
Choose a tag to compare
@graphieros graphieros released this 28 Oct 17:06
· 532 commits to master since this release

VueUiStackbar (again)

New config attributes to force scales:

config.style.chart.grid.scale.scaleMin: number; // default: null
config.style.chart.grid.scale.scaleMax: number; // default: null

By default, scales are automatically computed from your dataset's min and max visible values.