File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-data-ui" ,
33 "private" : false ,
4- "version" : " 2.0.32 " ,
4+ "version" : " 2.0.33 " ,
55 "type" : " module" ,
66 "description" : " A user-empowering data visualization Vue components library" ,
77 "keywords" : [
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const trackColor = computed(() => {
106106< template>
107107< div : style= " `font-family:${sparkgaugeConfig.style.fontFamily};width: 100%; background:${sparkgaugeConfig.style.background}`" >
108108 <!-- TITLE TOP -->
109- < div v- if = " sparkgaugeConfig.style.title.show && nameLabel && sparkgaugeConfig.style.title.position === 'top'" class = " vue-data-ui-sparkgauge-label" : style= " `font-size:${sparkgaugeConfig.style.title.fontSize}px;text-align:${sparkgaugeConfig.style.title.textAlign};font-weight:${sparkgaugeConfig.style.title.bold ? 'bold': 'normal'};© `" >
109+ < div v- if = " sparkgaugeConfig.style.title.show && nameLabel && sparkgaugeConfig.style.title.position === 'top'" class = " vue-data-ui-sparkgauge-label" : style= " `font-size:${sparkgaugeConfig.style.title.fontSize}px;text-align:${sparkgaugeConfig.style.title.textAlign};font-weight:${sparkgaugeConfig.style.title.bold ? 'bold': 'normal'};color:${sparkgaugeConfig.style.title.color} `" >
110110 {{ nameLabel }}
111111 < / div>
112112 < svg : viewBox= " `0 0 ${svg.width} ${svg.height}`" : style= " `overflow: visible; background:${sparkgaugeConfig.style.background}; width:100%;`" >
@@ -144,7 +144,7 @@ const trackColor = computed(() => {
144144 < / text>
145145 < / svg>
146146 <!-- TITLE BOTTOM -->
147- < div v- if = " sparkgaugeConfig.style.title.show && nameLabel && sparkgaugeConfig.style.title.position === 'bottom'" class = " vue-data-ui-sparkgauge-label" : style= " `font-size:${sparkgaugeConfig.style.title.fontSize}px;text-align:${sparkgaugeConfig.style.title.textAlign};font-weight:${sparkgaugeConfig.style.title.bold ? 'bold': 'normal'};font-weight:${sparkgaugeConfig.style.title.bold ? 'bold': 'normal'}`" >
147+ < div v- if = " sparkgaugeConfig.style.title.show && nameLabel && sparkgaugeConfig.style.title.position === 'bottom'" class = " vue-data-ui-sparkgauge-label" : style= " `font-size:${sparkgaugeConfig.style.title.fontSize}px;text-align:${sparkgaugeConfig.style.title.textAlign};font-weight:${sparkgaugeConfig.style.title.bold ? 'bold': 'normal'};font-weight:${sparkgaugeConfig.style.title.bold ? 'bold': 'normal'};color:${sparkgaugeConfig.style.title.color} `" >
148148 {{ nameLabel }}
149149 < / div>
150150< / div>
You can’t perform that action at this time.
0 commit comments