Skip to content

Commit 643e66c

Browse files
author
liufu.lf
committed
fix: data to any
1 parent ad2e28f commit 643e66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/plot.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export abstract class Plot<O extends PickOptions> extends EE {
190190
* 更新数据
191191
* @param options
192192
*/
193-
public changeData(data: Data) {
193+
public changeData(data: any) {
194194
this.chart.changeData(data);
195195
}
196196

0 commit comments

Comments
 (0)