v2.4.62
VueUiSparkline
- Add
scaleMin
andscaleMax
config attributes:
config.style.scaleMin: number | null; // default: null
config.style.scaleMax: number | null; // default: null
This comes handy when stacking sparklines for different series where comparison is required.
- Add padding config attributes:
config.style.padding: {
top: number;
right: number;
bottom: number;
left: number;
}