Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 committed Jun 7, 2021
1 parent 55ac0a3 commit 6de12c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/.g2plot-plot-api/indented-tree-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Data, see the sample code, `title`、`body`、`footer` only for nodeType: `card`
interface Items {
content: string | number;
value?: string | number;
style?: CSSStyleDeclaration;
valueStyle?: CSSStyleDeclaration;
style?: LabelStyle;
valueStyle?: LabelStyle;
}

type NodeConfig = string | number | Items;
Expand Down
4 changes: 2 additions & 2 deletions docs/.g2plot-plot-api/indented-tree-graph.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ title: 缩进树图
interface Items {
content: string | number;
value?: string | number;
style?: CSSStyleDeclaration;
valueStyle?: CSSStyleDeclaration;
style?: LabelStyle;
valueStyle?: LabelStyle;
}

type NodeConfig = string | number | Items;
Expand Down

0 comments on commit 6de12c1

Please sign in to comment.