pumpkinduan opened a new issue #14358: URL: https://github.com/apache/echarts/issues/14358
<!-- Please Use https://ecomfe.github.io/echarts-issue-helper to create the issue. Otherwise, it will be closed immediately. Questions in the form of *How to use ...* should be at Stack Overflow rather than GitHub issue list. 请注意,所有 issue 必须由 https://ecomfe.github.io/echarts-issue-helper/ 创建,不然将会被直接关闭。建议使用英文提问。 Issues 中不要问「如何使用 ECharts 实现……功能」的问题,相关问题请到 SegmentFault 或 Stack Overflow 提问,详见上面的链接。 --> 我给series赋值了一个二维数组,最内层的数组成员包含了对象和null或undefined的值,TS编译会报错,传值是按照官网的示例来的[series data](https://echarts.apache.org/zh/option.html#series-line.data.value),如下图:  为了找出原因,我去看了相关的类型定义,发现data成员的值现在是 三种类型的值,但是我传入其他类型的值,将类型改成any后,项目还是可以跑的,**请问这个会以后有什么影响呢**?   ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
