File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
@sensoro-design/plots/src/components/Radar
packages/storybook/stories/Charts Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- import { rgb2arr } from '@antv/util' ;
2
- import { colorBlue2 } from '../../config' ;
3
1
import type { AreaConfig , AxisConfig , PointConfig } from './types' ;
4
2
5
3
export const DEFAULT_AREA_CONFIG : AreaConfig = {
@@ -26,6 +24,7 @@ export const DEFAULT_AXIS_CONFIG: AxisConfig = {
26
24
labelSpacing : 4 ,
27
25
gridConnect : 'line' ,
28
26
gridLineWidth : 1 ,
27
+ zIndex : 0 ,
29
28
gridLineDash : [ 3 , 2 ] ,
30
29
} ,
31
30
} ;
Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ export function Basic() {
41
41
scale : {
42
42
y : { domainMax : 80 } ,
43
43
} ,
44
+ legend : {
45
+ color : {
46
+ itemMarker : 'hyphenPoint' ,
47
+ layout : {
48
+ justifyContent : 'flex-end' ,
49
+ } ,
50
+ } ,
51
+ } ,
44
52
} ;
45
53
46
54
// @ts -expect-error 暂时忽略
You can’t perform that action at this time.
0 commit comments