Skip to content

Commit

Permalink
fix(types): add legend option (#2892)
Browse files Browse the repository at this point in the history
related to #2891
  • Loading branch information
michael-land committed Oct 7, 2020
1 parent 10666c0 commit bf3531f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface.ts
Expand Up @@ -834,6 +834,8 @@ export interface LegendItem {
value: any;
/** 图形标记 */
marker?: MarkerCfg;
/** 初始是否处于未激活状态 */
unchecked?: boolean;
}

export interface G2LegendTitleCfg extends LegendTitleCfg {
Expand Down

0 comments on commit bf3531f

Please sign in to comment.