We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7caa9 commit 4364df5Copy full SHA for 4364df5
src/plots/venn/types.ts
@@ -15,7 +15,7 @@ export interface VennOptions extends Options {
15
16
// 韦恩图 样式
17
/** color */
18
- readonly color?: string | string[] | ((datum: Datum, defaultColor: string) => string);
+ readonly color?: string | string[] | ((datum: Datum, defaultColor?: string) => string);
19
/** 并集合的颜色混合方式, 可选项: 参考 https://gka.github.io/chroma.js/#chroma-blend, 默认: multiply */
20
readonly blendMode?: string;
21
/** point 样式 */
0 commit comments