Skip to content

Commit

Permalink
refactor: column 类型定义添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Oct 21, 2021
1 parent a700198 commit cb2479e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plots/column/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ export interface ColumnOptions
readonly groupField?: string;

// 自定义相关
/** 自定义柱状图 interval 图形元素展示形状 */
readonly shape?: string;

// 图表交互
/** 开启下钻交互,以及进行下钻交互的配置 */
readonly brush?: BrushCfg;
}

0 comments on commit cb2479e

Please sign in to comment.