Browse Source

Update Charts/MiniArea props type

实测, 字符串应该没有问题. 74e8bcfd18/doc/tutorial/data.md
pull/2258/head
iugo 8 years ago
committed by 陈帅
parent
commit
7a03eb0421
  1. 2
      src/components/Charts/MiniArea/index.d.ts

2
src/components/Charts/MiniArea/index.d.ts

@ -21,7 +21,7 @@ export interface IMiniAreaProps {
xAxis?: IAxis;
yAxis?: IAxis;
data: Array<{
x: number;
x: number | string;
y: number;
}>;
}

Loading…
Cancel
Save