v.1.9.6
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;
}