We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544266a commit 9dc55e2Copy full SHA for 9dc55e2
src/useConfig.js
@@ -4352,6 +4352,18 @@ export function useConfig() {
4352
}
4353
4354
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
+
4367
return {
4368
vue_ui_xy,
4369
vue_ui_donut,
@@ -4395,6 +4407,7 @@ export function useConfig() {
4395
4407
vue_ui_parallel_coordinate_plot,
4396
4408
vue_ui_timer,
4397
4409
vue_ui_carousel_table,
4410
+ vue_ui_gizmo,
4398
4411
// non chart components
4399
4412
vue_ui_cursor,
4400
4413
vue_ui_accordion,
0 commit comments