Closed cheqianxiao closed 3 years ago
水球图插件后续会升级到支持 echarts 5.0
水球图插件后续会升级到支持 echarts 5.0
这个预计什么时间更新呢? 目前升级阻塞了。
同问
谢谢
大概什么时间支持到5.0?
您好 因为只能用html引入,但是现在依然报parsePercent is not a function错误
@q604265262 还没有发布,下周等 echarts 5.0.1 发布后一起更新
@ q604265262还没有发布,下周等echarts 5.0.1发布后一起更新
好的 非常感谢
@q604265262 还没有发布,下周等 echarts 5.0.1 发布后一起更新
您好我问您一下,这周有计划那天发版吗?
@q604265262 不出意外的话这周五
@q604265262 不出意外的话这周五
好的 非常感谢
@pissang 谢谢了,15号能发版吧?目前项目中同时使用到了4.X跟5.0版,为了兼容水球图需要单独 导入一份 echarts4.min.js 。
@realeve 预计今天晚上发版投票结束,明天发布 npm
更新3.0后 报external_echarts_.helper.enableHoverEmphasis is not a function
错误 是实例水球有更改吗?
@q604265262 echarts 更新了吗?
@q604265262 echarts 更新了吗?
更新了 echarts 版本为5.0
@q604265262 奥,看了下这个应该是示例页 https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js 的缓存还没更新到最新,可以手动改成 https://cdn.jsdelivr.net/npm/echarts@5.0.1/dist/echarts.min.js
@q604265262 奥,看了下这个应该是示例页 https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js 的缓存还没更新到最新,可以手动改成 https://cdn.jsdelivr.net/npm/echarts@5.0.1/dist/echarts.min.js
可以了 非常感谢
Just published 3.0 to fix it
项目npm升级了echarts(5.0.1), zrender(5.0.3),echarts-liquidfill(3.0.0), 水球图还是报错
Uncaught TypeError: echarts_lib_echarts__WEBPACK_IMPORTED_MODULE_0__.helper.createDimensions is not a function
@zww930620 可以在 codesandbox 上提供一个可以复现的例子么?
echarts-gl@2.0.2 n.helper.completeDimensions is not a function
echarts 版本是否是最新的
是最新的 echarts@5.0.2
echarts是5.0.2版本,echart-gl是2.0.2版本,这两个版本兼容吗?
------------------ 原始邮件 ------------------ 发件人: "Yi Shen"<notifications@github.com>; 发送时间: 2021年2月23日(星期二) 中午1:50 收件人: "ecomfe/echarts-liquidfill"<echarts-liquidfill@noreply.github.com>; 抄送: "品月湛"<729884664@qq.com>; "Comment"<comment@noreply.github.com>; 主题: Re: [ecomfe/echarts-liquidfill] with echarts@5.0.0, completeDimensions is not a function (#120)
echarts 版本是否是最新的
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
related with https://github.com/microsoft/TypeScript/issues/2719 , should we add
.default
after require ? (but not compitable with echarts@4.x )