konipabai commented on issue #18372:
URL: https://github.com/apache/echarts/issues/18372#issuecomment-2065751112
> @konipabai 找到问题了,如果是全局引用就会存在这个问题,如果是按需加载就没有这个问题。初步猜测是这个包有些组件依赖了
geo3D,就自己引用了。
>
> 存在警告:
>
> ```js
> import 'echarts-gl'
> ```
>
> 解决问题:
>
> ```
qwecxzpoi commented on issue #18372:
URL: https://github.com/apache/echarts/issues/18372#issuecomment-2065700707
找到问题了,如果是全局引用就会存在这个问题,如果是按需加载就没有这个问题。简单搜了一下源码,里面有部分组件是相互引用了。
存在问题:
``` javascript
import 'echarts-gl'
```
解决问题:
``` javascript
import { init, registerMap,
minzhongshi commented on issue #18372:
URL: https://github.com/apache/echarts/issues/18372#issuecomment-1875087395
我还以为是我 代码问题,搞了3d莫名其妙出来这个警告
--
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 s
gaomAndximi commented on issue #18372:
URL: https://github.com/apache/echarts/issues/18372#issuecomment-1807023760
This problem occurred by 5.3.3
--
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 t
konipabai commented on issue #18372:
URL: https://github.com/apache/echarts/issues/18372#issuecomment-1751978583
> bro, do you have solved this warning? I also meet this problem.
没,只能暂时忽略了,他也仅仅只是个警告,图还是正常的
--
This is an automated message from the Apache Git Service.
To respond to th
china-chen-fu commented on issue #18372:
URL: https://github.com/apache/echarts/issues/18372#issuecomment-1751932920
bro, do you have solved this warning? I also meet this problem.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH