ecomfe / echarts-liquidfill

Liquid Fill Chart for Apache ECharts
https://ecomfe.github.io/echarts-liquidfill/example/
BSD 3-Clause "New" or "Revised" License
1.44k stars 621 forks source link

with echarts@5.0.0, completeDimensions is not a function #120

Closed cheqianxiao closed 3 years ago

cheqianxiao commented 3 years ago

image

var completeDimensions = require('echarts/lib/data/helper/completeDimensions')

related with https://github.com/microsoft/TypeScript/issues/2719 , should we add .default after require ? (but not compitable with echarts@4.x )

pissang commented 3 years ago

水球图插件后续会升级到支持 echarts 5.0

gaooooo commented 3 years ago

水球图插件后续会升级到支持 echarts 5.0

这个预计什么时间更新呢? 目前升级阻塞了。

DoonPort0422 commented 3 years ago

同问

谢谢

q604265262 commented 3 years ago

大概什么时间支持到5.0?

q604265262 commented 3 years ago

您好 因为只能用html引入,但是现在依然报parsePercent is not a function错误 QQ截图20210108103731

pissang commented 3 years ago

@q604265262 还没有发布,下周等 echarts 5.0.1 发布后一起更新

q604265262 commented 3 years ago

@ q604265262还没有发布,下周等echarts 5.0.1发布后一起更新

好的 非常感谢

q604265262 commented 3 years ago

@q604265262 还没有发布,下周等 echarts 5.0.1 发布后一起更新

您好我问您一下,这周有计划那天发版吗?

pissang commented 3 years ago

@q604265262 不出意外的话这周五

q604265262 commented 3 years ago

@q604265262 不出意外的话这周五

好的 非常感谢

realeve commented 3 years ago

@pissang 谢谢了,15号能发版吧?目前项目中同时使用到了4.X跟5.0版,为了兼容水球图需要单独 导入一份 echarts4.min.js 。 image

pissang commented 3 years ago

@realeve 预计今天晚上发版投票结束,明天发布 npm

q604265262 commented 3 years ago

QQ截图20210116151811

更新3.0后 报external_echarts_.helper.enableHoverEmphasis is not a function 错误 是实例水球有更改吗?

pissang commented 3 years ago

@q604265262 echarts 更新了吗?

q604265262 commented 3 years ago

@q604265262 echarts 更新了吗?

更新了 echarts 版本为5.0

pissang commented 3 years ago

@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 commented 3 years ago

@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

可以了 非常感谢

pissang commented 3 years ago

Just published 3.0 to fix it

zww930620 commented 3 years ago

项目npm升级了echarts(5.0.1), zrender(5.0.3),echarts-liquidfill(3.0.0), 水球图还是报错 image

Uncaught TypeError: echarts_lib_echarts__WEBPACK_IMPORTED_MODULE_0__.helper.createDimensions is not a function

pissang commented 3 years ago

@zww930620 可以在 codesandbox 上提供一个可以复现的例子么?

peiyingzheng commented 3 years ago

echarts-gl@2.0.2 n.helper.completeDimensions is not a function image

pissang commented 3 years ago

echarts 版本是否是最新的

peiyingzheng commented 3 years ago

是最新的 echarts@5.0.2

peiyingzheng commented 3 years ago

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.