Skip to content

Commit 87ae90f

Browse files
author
xinming.lxj
committed
fix: 修复 demo
1 parent a0a4242 commit 87ae90f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/plugin/custom-pattern/demo/pattern2.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ const plot = new Column('container', {
7171
data,
7272
yField: 'value',
7373
xField: 'type',
74-
pattern: createPattern(20, 20, '#9c88ff', 0),
75-
columnStyle: { stroke: '#9c88ff', strokeOpacity: 0.85 },
74+
pattern: createPattern(20, 20, '#7ed6df', 0),
75+
columnStyle: { stroke: '#7ed6df', strokeOpacity: 0.85 },
7676
interactions: [{ type: 'element-active' }],
7777
});
7878

0 commit comments

Comments
 (0)