[GitHub] [incubator-echarts] susiwen8 opened a new pull request #12679: Fix #12672: polar data dim is radius

2020-05-20 Thread GitBox
susiwen8 opened a new pull request #12679: URL: https://github.com/apache/incubator-echarts/pull/12679 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?

[GitHub] [incubator-echarts] plainheart edited a comment on issue #12677: 饼图-传入数据后 是否可以返回每个数据的百分比

2020-05-20 Thread GitBox
plainheart edited a comment on issue #12677: URL: https://github.com/apache/incubator-echarts/issues/12677#issuecomment-631886102 没有提供直接的API可以获取,不过要是真想获取也能计算得到。 1、直接拿自己的原始数据,计算百分比。 2、获取到你想要获取百分比的pie系列实例,根据其`layout`中的`angle`计算出对应角度,再除以`360`可以算出百分比。 ```js var model =

[GitHub] [incubator-echarts] plainheart edited a comment on issue #12677: 饼图-传入数据后 是否可以返回每个数据的百分比

2020-05-20 Thread GitBox
plainheart edited a comment on issue #12677: URL: https://github.com/apache/incubator-echarts/issues/12677#issuecomment-631886102 没有提供直接的API可以获取,不过要是真想获取也能计算得到。 1、直接拿自己的原始数据,计算百分比。 2、获取到你想要获取百分比的pie系列实例,根据其`layout`中的`angle`计算出对应角度,再除以`360`可以算出百分比。 ```js var model =

[GitHub] [incubator-echarts] plainheart commented on issue #12677: 饼图-传入数据后 是否可以返回每个数据的百分比

2020-05-20 Thread GitBox
plainheart commented on issue #12677: URL: https://github.com/apache/incubator-echarts/issues/12677#issuecomment-631886102 没有提供直接的API可以获取,不过要是真想获取也能计算得到。 1、直接拿自己的原始数据,计算百分比。 2、获取到你想要获取百分比的pie系列实例,根据其`layout`中的`angle`计算出对应角度,再除以`360`可以算出百分比。 ```js var model = chart.getModel();

[GitHub] [incubator-echarts] quillblue commented on issue #12677: 饼图-传入数据后 是否可以返回每个数据的百分比

2020-05-20 Thread GitBox
quillblue commented on issue #12677: URL: https://github.com/apache/incubator-echarts/issues/12677#issuecomment-631885460

[GitHub] [incubator-echarts] quillblue commented on issue #12657: Split lines and axis labels disappear when all legends are unselected

2020-05-20 Thread GitBox
quillblue commented on issue #12657: URL: https://github.com/apache/incubator-echarts/issues/12657#issuecomment-631882472 Reproduced regarding the issue itself. But suggest to discuss in community to decide about expected behavior as I'm not convinced on setting max of y axis to 1 in

[GitHub] [incubator-echarts] ChrisShen93 commented on issue #12676: unexcept visualMap pieces,visualMap-pieces绘制问题

2020-05-20 Thread GitBox
ChrisShen93 commented on issue #12676: URL: https://github.com/apache/incubator-echarts/issues/12676#issuecomment-631878085 我自己的问题 上述链接已修正 issue关闭了 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-echarts] ChrisShen93 closed issue #12676: unexcept visualMap pieces,visualMap-pieces绘制问题

2020-05-20 Thread GitBox
ChrisShen93 closed issue #12676: URL: https://github.com/apache/incubator-echarts/issues/12676 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-echarts] susiwen8 commented on pull request #12673: Fix #12642, add line height for axispointer

2020-05-20 Thread GitBox
susiwen8 commented on pull request #12673: URL: https://github.com/apache/incubator-echarts/pull/12673#issuecomment-631870558 > In fact, I did a test about this a few days ago and the result is that besides `lineHeight`, there are more properties are invalid for

[GitHub] [incubator-echarts] susiwen8 commented on pull request #12673: Fix #12642, add line height for axispointer

2020-05-20 Thread GitBox
susiwen8 commented on pull request #12673: URL: https://github.com/apache/incubator-echarts/pull/12673#issuecomment-631870402 > I try to fix the issue like this too, but i thought the result seem set the `height` but no `lineHeight`,and i didn't find a good way to solve it. > >

[GitHub] [incubator-echarts] FengHuangDong opened a new issue #12678: typescript echartsInstance.on function not query params interface

2020-05-20 Thread GitBox
FengHuangDong opened a new issue #12678: URL: https://github.com/apache/incubator-echarts/issues/12678 ### Version 4.6.0 ### Steps to reproduce i'm use ts in echart so install "@types/echarts": "^4.6.0", when I use api "

[GitHub] [incubator-echarts] huangzigeng opened a new issue #12677: 饼图-传入数据后 是否可以返回每个数据的百分比

2020-05-20 Thread GitBox
huangzigeng opened a new issue #12677: URL: https://github.com/apache/incubator-echarts/issues/12677 饼图中 传入数据后 每个数据在饼图中都占有一个面积 这个面积是按百分比来的,那么可以在实例中获取到这个百分比不 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] plainheart edited a comment on pull request #12673: Fix #12642, add line height for axispointer

2020-05-20 Thread GitBox
plainheart edited a comment on pull request #12673: URL: https://github.com/apache/incubator-echarts/pull/12673#issuecomment-631847964 In fact, I did a test about this a few days ago and the result is that besides `lineHeight`, there are more properties are invalid for

[GitHub] [incubator-echarts] ChrisShen93 commented on issue #12676: unexcept visualMap pieces,visualMap-pieces绘制问题

2020-05-20 Thread GitBox
ChrisShen93 commented on issue #12676: URL: https://github.com/apache/incubator-echarts/issues/12676#issuecomment-631852015 pieces应该绘制在淡色的line图,左右95%刻度线外 目前绘制的区域和颜色都有点迷 This is an automated message from the Apache

[GitHub] [incubator-echarts] kgtBiligoat commented on issue #3637: Lines and mark areas disappear during zooming

2020-05-20 Thread GitBox
kgtBiligoat commented on issue #3637: URL: https://github.com/apache/incubator-echarts/issues/3637#issuecomment-631851293 @ryantunis how do you fixed this problem now This is an automated message from the Apache Git

[GitHub] [incubator-echarts] ChrisShen93 opened a new issue #12676: unexcept visualMap pieces,visualMap-pieces绘制问题

2020-05-20 Thread GitBox
ChrisShen93 opened a new issue #12676: URL: https://github.com/apache/incubator-echarts/issues/12676 ### Version 4.2.1 ### Reproduction link [https://gallery.echartsjs.com/editor.html?c=xl35ibb6fq=1](https://gallery.echartsjs.com/editor.html?c=xl35ibb6fq=1) ### Steps to

[GitHub] [incubator-echarts] plainheart commented on pull request #12673: Fix #12642, add line height for axispointer

2020-05-20 Thread GitBox
plainheart commented on pull request #12673: URL: https://github.com/apache/incubator-echarts/pull/12673#issuecomment-631847964 In fact, I did a test about this a few days ago and the result is that besides `lineHeight`, there are more properties are invalid for

[GitHub] [incubator-echarts] TRSK-CONMI commented on issue #12626: 【渲染问题】【柱状图】在数据间隔比较小的时候没有问题,但数据间隔为1的时候就有问题了

2020-05-20 Thread GitBox
TRSK-CONMI commented on issue #12626: URL: https://github.com/apache/incubator-echarts/issues/12626#issuecomment-631846809 @wf123537200 bingo,我自己能写一个动态算法解决这个问题,只是解决了我的这个问题,但是框架的这个问题还是存在的,我希望框架能在根本上解决这个问题。(*^▽^*) @Ovilia

[GitHub] [incubator-echarts] wf123537200 commented on issue #12626: 【渲染问题】【柱状图】在数据间隔比较小的时候没有问题,但数据间隔为1的时候就有问题了

2020-05-20 Thread GitBox
wf123537200 commented on issue #12626: URL: https://github.com/apache/incubator-echarts/issues/12626#issuecomment-631843536 > 其实还是不明白你具体的需求是什么?log 轴可以满足吗?https://echarts.apache.org/zh/option.html#yAxis.type 我理解,他是想要一个类似的归一化算法,计算出来```barMinHeight ``` @TRSK-CONMI

[GitHub] [incubator-echarts] Ovilia commented on issue #12626: 【渲染问题】【柱状图】在数据间隔比较小的时候没有问题,但数据间隔为1的时候就有问题了

2020-05-20 Thread GitBox
Ovilia commented on issue #12626: URL: https://github.com/apache/incubator-echarts/issues/12626#issuecomment-631839637 其实还是不明白你具体的需求是什么?log 轴可以满足吗?https://echarts.apache.org/zh/option.html#yAxis.type This is an automated

[GitHub] [incubator-echarts] wf123537200 commented on issue #12634: 【功能不灵活】柱状图配置项的series-bar里面的label属性中的position,目前只支持string和Array,无法达到个性化动态适配,建议增加function类型

2020-05-20 Thread GitBox
wf123537200 commented on issue #12634: URL: https://github.com/apache/incubator-echarts/issues/12634#issuecomment-631831484 > 后续在5.0版本中有可能会为更多的选项提供function类型的入参。 > 其实很多series都可能需要function类型的参数来实现更多的个性化,如`rotate`, `offset`等等。 > 逐一适配或许会很繁琐,不知道是否会有一种简单统一的方式去实现这些?

[GitHub] [incubator-echarts] wf123537200 commented on pull request #12673: Fix #12642, add line height for axispointer

2020-05-20 Thread GitBox
wf123537200 commented on pull request #12673: URL: https://github.com/apache/incubator-echarts/pull/12673#issuecomment-631830007 I try to fix the issue like this too, but i thought the result seem set the ```height``` but no ```lineHeight```,and i didn't find a good way to solve it.

[GitHub] [incubator-echarts] stale[bot] commented on issue #8366: echarts能否让graph关系图中的每个node都是一个piechart,甚至sunburst?

2020-05-20 Thread GitBox
stale[bot] commented on issue #8366: URL: https://github.com/apache/incubator-echarts/issues/8366#issuecomment-631810289 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12675: 教程有个小错误

2020-05-20 Thread GitBox
echarts-bot[bot] commented on issue #12675: URL: https://github.com/apache/incubator-echarts/issues/12675#issuecomment-631713408 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it.  Sorry for this, but it helps

[GitHub] [incubator-echarts] pg-cat opened a new issue #12675: 教程有个小错误

2020-05-20 Thread GitBox
pg-cat opened a new issue #12675: URL: https://github.com/apache/incubator-echarts/issues/12675 ECharts 4 以前,数据只能声明在各个“系列(series)”中,例如: === 在此句的下面的例子中 yAxis: {} 后面掉了一个英文逗号 , 如果有可能的话,option: 这里后面应该是 = 吧,而不是 : ,虽然也可以 === 地址:

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #12675: 教程有个小错误

2020-05-20 Thread GitBox
echarts-bot[bot] closed issue #12675: URL: https://github.com/apache/incubator-echarts/issues/12675 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-echarts] JManToGithub commented on issue #7331: geo3d坐标下,lines3D和bar3D 可以共存吗?

2020-05-20 Thread GitBox
JManToGithub commented on issue #7331: URL: https://github.com/apache/incubator-echarts/issues/7331#issuecomment-631552481 > coords中的每一个位置点,加上高度就可以了 具体怎么设置呢? This is an automated message from the Apache Git Service.

[GitHub] [incubator-echarts] JManToGithub commented on issue #7331: geo3d坐标下,lines3D和bar3D 可以共存吗?

2020-05-20 Thread GitBox
JManToGithub commented on issue #7331: URL: https://github.com/apache/incubator-echarts/issues/7331#issuecomment-631552114 @sma11tu 你好,请问这个问题你是怎么解决的?我也遇到了,很急 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] clChenLiang opened a new pull request #12674: docs(scheduler): fix the spell error

2020-05-20 Thread GitBox
clChenLiang opened a new pull request #12674: URL: https://github.com/apache/incubator-echarts/pull/12674 which 'restore' should be 'restore' ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12674: docs(scheduler): fix the spell error

2020-05-20 Thread GitBox
echarts-bot[bot] commented on pull request #12674: URL: https://github.com/apache/incubator-echarts/pull/12674#issuecomment-631498917 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [incubator-echarts] stale[bot] closed issue #8334: 请问:树状图里支持异步加载吗。

2020-05-20 Thread GitBox
stale[bot] closed issue #8334: URL: https://github.com/apache/incubator-echarts/issues/8334 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

[GitHub] [incubator-echarts] susiwen8 opened a new pull request #12673: Fix #12642, add line height for axispointer

2020-05-20 Thread GitBox
susiwen8 opened a new pull request #12673: URL: https://github.com/apache/incubator-echarts/pull/12673 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? Pass

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12673: Fix #12642, add line height for axispointer

2020-05-20 Thread GitBox
echarts-bot[bot] commented on pull request #12673: URL: https://github.com/apache/incubator-echarts/pull/12673#issuecomment-631374217 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [incubator-echarts] stale[bot] closed issue #8096: 气泡图dataset控制symboSize

2020-05-20 Thread GitBox
stale[bot] closed issue #8096: URL: https://github.com/apache/incubator-echarts/issues/8096 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

[GitHub] [incubator-echarts] stale[bot] commented on issue #8374: line图,series 中的某些值为null或 "-"时,不能连续显示图形。

2020-05-20 Thread GitBox
stale[bot] commented on issue #8374: URL: https://github.com/apache/incubator-echarts/issues/8374#issuecomment-631363000 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] closed issue #8288: Google charts: timelines [question]

2020-05-20 Thread GitBox
stale[bot] closed issue #8288: URL: https://github.com/apache/incubator-echarts/issues/8288 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

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12672: 极坐标系下渐变失效问题

2020-05-20 Thread GitBox
echarts-bot[bot] commented on issue #12672: URL: https://github.com/apache/incubator-echarts/issues/12672#issuecomment-631328073 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day for weekdays. In the

[GitHub] [incubator-echarts] cysgbrlc opened a new issue #12672: 极坐标系下渐变失效问题

2020-05-20 Thread GitBox
cysgbrlc opened a new issue #12672: URL: https://github.com/apache/incubator-echarts/issues/12672 ### Version 4.4.0 ### Steps to reproduce option = { "angleAxis": { "type": "category", "data": [ "山东", "广东", "辽宁", "黑龙江",

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12671: ECharts 树状图(tree)如何修改曲线为折线?

2020-05-20 Thread GitBox
echarts-bot[bot] commented on issue #12671: URL: https://github.com/apache/incubator-echarts/issues/12671#issuecomment-631305413 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it.  Sorry for this, but it helps

[GitHub] [incubator-echarts] xiaomabt opened a new issue #12671: ECharts 树状图(tree)如何修改曲线为折线?

2020-05-20 Thread GitBox
xiaomabt opened a new issue #12671: URL: https://github.com/apache/incubator-echarts/issues/12671 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed.

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #12671: ECharts 树状图(tree)如何修改曲线为折线?

2020-05-20 Thread GitBox
echarts-bot[bot] closed issue #12671: URL: https://github.com/apache/incubator-echarts/issues/12671 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12670: Echarts 的 3D 柱状图内存泄漏,在IOS系统上崩溃,同时3D图的 tooltip 在 PC 模式可以显示,在移动端不显示

2020-05-20 Thread GitBox
echarts-bot[bot] commented on issue #12670: URL: https://github.com/apache/incubator-echarts/issues/12670#issuecomment-631297938 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day for weekdays. In the

[GitHub] [incubator-echarts] yangzhenyin opened a new issue #12670: Echarts 的 3D 柱状图内存泄漏,在IOS系统上崩溃,同时3D图的 tooltip 在 PC 模式可以显示,在移动端不显示

2020-05-20 Thread GitBox
yangzhenyin opened a new issue #12670: URL: https://github.com/apache/incubator-echarts/issues/12670 ### Version 4.2.1 ### Steps to reproduce 对于 tooltip 在移动端不显示的问题在官网 3D 柱状图 Demo 就可以复现,PC模式下正常显示,切换到移动端模式显示异常,对于 3D图的内存泄漏问题则是在移动端都存在的问题,使用 API中的 dispose方法和clear 方法后,并没有解决问题

[GitHub] [incubator-echarts] stale[bot] commented on issue #8373: datazoom是否支持heatmap图表

2020-05-20 Thread GitBox
stale[bot] commented on issue #8373: URL: https://github.com/apache/incubator-echarts/issues/8373#issuecomment-631295615 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] Chellhooo commented on issue #12660: 自定义柱状图每个category的series顺序

2020-05-20 Thread GitBox
Chellhooo commented on issue #12660: URL: https://github.com/apache/incubator-echarts/issues/12660#issuecomment-631282858 好的谢谢~ This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-echarts] Chellhooo closed issue #12660: 自定义柱状图每个category的series顺序

2020-05-20 Thread GitBox
Chellhooo closed issue #12660: URL: https://github.com/apache/incubator-echarts/issues/12660 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

[GitHub] [incubator-echarts] stale[bot] commented on issue #8372: brushselected事件参数中选中区域不正确

2020-05-20 Thread GitBox
stale[bot] commented on issue #8372: URL: https://github.com/apache/incubator-echarts/issues/8372#issuecomment-631268488 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your