@@ -56,7 +56,7 @@ const model = ref([
5656 { key: ' style.bar.gradient.intensity' , def: 40 , type: ' range' , min: 0 , max: 100 },
5757 { key: ' style.bar.gradient.underlayerColor' , def: ' #FFFFFF' , type: ' color' },
5858 { key: ' style.labels.fontSize' , def: 16 , type: ' number' , min: 8 , max: 48 },
59- { key: ' style.labels.name.position' , def: ' top' , type: ' select' , options: [' left' , ' top' ]},
59+ { key: ' style.labels.name.position' , def: ' top' , type: ' select' , options: [' left' , ' top' , ' top-left ' , ' top-center ' , ' top-right ' , ' right ' ]},
6060 { key: ' style.labels.name.width' , def: ' 100%' , type: ' text' },
6161 { key: ' style.labels.name.color' , def: ' #1A1A1A' , type: ' color' },
6262 { key: ' style.labels.name.bold' , def: false , type: ' checkbox' },
@@ -125,11 +125,11 @@ const showTitleSlot = ref(false);
125125 </div >
126126 </template >
127127
128- <template #data-label =" { bar } " >
128+ <!-- < template #data-label="{ bar }">
129129 <div style="width:100%">
130130 {{ bar.name }}: {{ bar.valueLabel }} to {{ bar.targetLabel }}
131131 </div>
132- </template >
132+ </template> -->
133133 </LocalVueUiSparkbar >
134134 </template >
135135
0 commit comments