提交 7a03eb04 编写于 作者: I iugo 提交者: 陈帅

Update Charts/MiniArea props type

实测, 字符串应该没有问题. https://github.com/alibaba/BizCharts/blob/74e8bcfd18aa936abdbb6af9fc591f45b3a1f2c2/doc/tutorial/data.md
上级 8d754848
...@@ -21,7 +21,7 @@ export interface IMiniAreaProps { ...@@ -21,7 +21,7 @@ export interface IMiniAreaProps {
xAxis?: IAxis; xAxis?: IAxis;
yAxis?: IAxis; yAxis?: IAxis;
data: Array<{ data: Array<{
x: number; x: number | string;
y: number; y: number;
}>; }>;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册