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.0.16 " ,
4+ "version" : " 2.0.17 " ,
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 @@ -502,6 +502,7 @@ defineExpose({
502502 :y =" drawingArea.bottom + heatmapConfig.style.layout.cells.height * 2 + heatmapConfig.style.legend.fontSize * 2"
503503 text-anchor =" start"
504504 :font-size =" heatmapConfig.style.legend.fontSize * 2"
505+ :fill =" heatmapConfig.style.legend.color"
505506 >
506507 {{ Number(minValue.toFixed(heatmapConfig.style.legend.roundingValue)).toLocaleString() }}
507508 </text >
@@ -510,6 +511,7 @@ defineExpose({
510511 :y =" drawingArea.bottom + heatmapConfig.style.layout.cells.height * 2 + heatmapConfig.style.legend.fontSize * 2"
511512 text-anchor =" end"
512513 :font-size =" heatmapConfig.style.legend.fontSize * 2"
514+ :fill =" heatmapConfig.style.legend.color"
513515 >
514516 {{ Number(maxValue.toFixed(heatmapConfig.style.legend.roundingValue)).toLocaleString() }}
515517 </text >
You can’t perform that action at this time.
0 commit comments