Skip to content

v.1.9.6

Compare
Choose a tag to compare
@graphieros graphieros released this 26 Nov 08:24
· 1764 commits to master since this release

VueUiSparkline now includes a config option to display an histogram.
Dataset remains identical to the line type.
This addition will not break your existing implementation.

config.type = 'line' | 'bar'
config.style.bar = {
borderRadius: number;
color: string;
}