Re: [I] [Bug] 制作任意3D图都会出现警告geo3D exists [echarts]

2024-04-18 Thread via GitHub
konipabai commented on issue #18372: URL: https://github.com/apache/echarts/issues/18372#issuecomment-2065751112 > @konipabai 找到问题了,如果是全局引用就会存在这个问题,如果是按需加载就没有这个问题。初步猜测是这个包有些组件依赖了 geo3D,就自己引用了。 > > 存在警告: > > ```js > import 'echarts-gl' > ``` > > 解决问题: > > ```

Re: [I] [Bug] 制作任意3D图都会出现警告geo3D exists [echarts]

2024-04-18 Thread via GitHub
qwecxzpoi commented on issue #18372: URL: https://github.com/apache/echarts/issues/18372#issuecomment-2065700707 找到问题了,如果是全局引用就会存在这个问题,如果是按需加载就没有这个问题。简单搜了一下源码,里面有部分组件是相互引用了。 存在问题: ``` javascript import 'echarts-gl' ``` 解决问题: ``` javascript import { init, registerMap,

Re: [I] [Bug] 制作任意3D图都会出现警告geo3D exists [echarts]

2024-01-03 Thread via GitHub
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

Re: [I] [Bug] 制作任意3D图都会出现警告geo3D exists [echarts]

2023-11-11 Thread via GitHub
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

Re: [I] [Bug] 制作任意3D图都会出现警告geo3D exists [echarts]

2023-10-08 Thread via GitHub
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

Re: [I] [Bug] 制作任意3D图都会出现警告geo3D exists [echarts]

2023-10-07 Thread via GitHub
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