Skip to content

Commit

Permalink
fix: docs (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 authored Jun 7, 2021
1 parent a18eef9 commit 202c193
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 202c193

Please sign in to comment.