File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-data-ui" ,
33 "private" : false ,
4- "version" : " 2.1.5 " ,
4+ "version" : " 2.1.6 " ,
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 @@ -828,6 +828,7 @@ defineExpose({
828828 :y =" label.y + quickConfig.xyLabelsYFontSize / 3"
829829 text-anchor =" end"
830830 :font-size =" quickConfig.xyLabelsYFontSize"
831+ :fill =" quickConfig.color"
831832 >
832833 {{ label.value }}
833834 </text >
@@ -999,6 +1000,7 @@ defineExpose({
9991000 :y =" label.y + quickConfig.xyLabelsYFontSize / 3"
10001001 text-anchor =" end"
10011002 :font-size =" quickConfig.xyLabelsYFontSize"
1003+ :fill =" quickConfig.color"
10021004 >
10031005 {{ label.value }}
10041006 </text >
You can’t perform that action at this time.
0 commit comments