VueUiWheel #254
Add new optional 3d mode
Enregistrement.de.l.ecran.2025-09-23.a.07.50.05.mov
New config attributes:
const config = ref({
layout: "3d", // New. Default: 'classic' (previous behavior)
style: {
chart: {
layout: {
wheel: {
tiltAngle3d: 50, // New. Default: 50, used in 3d mode
},
percentage: {
offsetX: 0, // New. Default: 0
offsetY: 0, // New. Default: 0
stroke: 'transparent', // New. Default: 'transparent', apply border color on the label
strokeWidth: 0, // New. Default: 0
}
}
}
}
})
VueUiQuickChart
- Fix possible dasharray issues in line mode, when animation is enabled and line is too 'long'.
VueUiXy
- In zoom minimap, when cutNullValues is false, join non-null datapoints for line series (same behavior as main chart)