mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(图表): 修复仪表盘底部显示不全 #15197
This commit is contained in:
@@ -74,7 +74,7 @@ export class Gauge extends G2PlotChartView<GaugeOptions, G2Gauge> {
|
||||
// options
|
||||
const initOptions: GaugeOptions = {
|
||||
percent: 0,
|
||||
appendPadding: getPadding(chart),
|
||||
appendPadding: [0, 10, 15, 10],
|
||||
axis: {
|
||||
tickInterval: 0.2,
|
||||
label: {
|
||||
|
||||
Reference in New Issue
Block a user