Skip to content

Commit 9dc55e2

Browse files
committed
Config - Add VueUiGizmo config
1 parent 544266a commit 9dc55e2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/useConfig.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4352,6 +4352,18 @@ export function useConfig() {
43524352
}
43534353
}
43544354

4355+
const vue_ui_gizmo = {
4356+
type: 'battery', // battery | gauge
4357+
size: 64,
4358+
stroke: COLOR_GREY_MID,
4359+
color: COLOR_BLUE,
4360+
useGradient: true,
4361+
gradientColor: '#9db5ed',
4362+
showPercentage: true,
4363+
textColor: COLOR_BLACK,
4364+
fontFamily: 'inherit'
4365+
}
4366+
43554367
return {
43564368
vue_ui_xy,
43574369
vue_ui_donut,
@@ -4395,6 +4407,7 @@ export function useConfig() {
43954407
vue_ui_parallel_coordinate_plot,
43964408
vue_ui_timer,
43974409
vue_ui_carousel_table,
4410+
vue_ui_gizmo,
43984411
// non chart components
43994412
vue_ui_cursor,
44004413
vue_ui_accordion,

0 commit comments

Comments
 (0)