Skip to content

Commit 3d60d0a

Browse files
committed
fix: radius axis theme
1 parent b132b10 commit 3d60d0a

File tree

1 file changed

+9
-0
lines changed
  • packages/vchart/src/theme/builtin/common/component/axis

1 file changed

+9
-0
lines changed

packages/vchart/src/theme/builtin/common/component/axis/polar-axis.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ export const axisRadius: IPolarAxisCommonTheme = {
88
subGrid: {
99
smooth: true,
1010
visible: false
11+
},
12+
label: {
13+
visible: false
14+
},
15+
domainLine: {
16+
visible: false
17+
},
18+
tick: {
19+
visible: false
1120
}
1221
};
1322

0 commit comments

Comments
 (0)