We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48b593 commit a3dcb6fCopy full SHA for a3dcb6f
@sensoro-design/plots/src/components/Radar/config.ts
@@ -12,6 +12,7 @@ export const DEFAULT_POINT_CONFIG: PointConfig = {
12
// TODO: 黑色主题下怎么处理?
13
fill: 'white',
14
},
15
+ tooltip: false,
16
};
17
18
export const DEFAULT_AXIS_CONFIG: AxisConfig = {
packages/storybook/stories/Plots/Radar.stories.tsx
@@ -41,6 +41,14 @@ export function Basic() {
41
scale: {
42
y: { domainMax: 80 },
43
44
+ legend: {
45
+ color: {
46
+ itemMarker: 'hyphenPoint',
47
+ layout: {
48
+ justifyContent: 'flex-end',
49
+ },
50
51
52
53
54
// @ts-expect-error 暂时忽略
0 commit comments