mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
fix(图表): 仪表盘标签字体大小无效
This commit is contained in:
@@ -236,7 +236,7 @@ export class Gauge extends G2PlotChartView<GaugeOptions, G2Gauge> {
|
||||
if (label.show) {
|
||||
labelContent = {
|
||||
style: {
|
||||
fontSize: `${label.fontSize}`,
|
||||
fontSize: `${label.fontSize}px`,
|
||||
color: label.color
|
||||
},
|
||||
formatter: function () {
|
||||
|
||||
Reference in New Issue
Block a user