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 fb98eb5 commit 8e54092Copy full SHA for 8e54092
src/components/vue-ui-sparkbar.vue
@@ -414,6 +414,7 @@ function onTrapLeave(datapoint, index) {
414
:data-cy="`sparkbar-value-${i}`"
415
v-if="FINAL_CONFIG.style.labels.value.show"
416
:style="`font-weight:${FINAL_CONFIG.style.labels.value.bold ? 'bold' : 'normal'}`"
417
+ class="vue-ui-sparkbar-datapoint-name"
418
>: {{ applyDataLabel(
419
bar.formatter,
420
bar.value,
@@ -430,6 +431,7 @@ function onTrapLeave(datapoint, index) {
430
431
<span
432
:data-cy="`sparkbar-target-value-${i}`"
433
v-if="FINAL_CONFIG.style.layout.showTargetValue"
434
+ class="vue-ui-sparkbar-datapoint-value"
435
>
436
{{ ' ' + FINAL_CONFIG.style.layout.targetValueText }}
437
{{ applyDataLabel(
0 commit comments