[GitHub] [incubator-echarts] panghu-alt commented on issue #9653: 关系图Graph,symbolSize为数组时,节点实际会占据一个宽高中较大值的正方形区域,导致箭头位置不准

2020-09-26 Thread GitBox
panghu-alt commented on issue #9653: URL: https://github.com/apache/incubator-echarts/issues/9653#issuecomment-699589508 我也遇到了这个问题,迷茫。 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-echarts] yuanpan365 removed a comment on issue #13346: 3dbar中的xyz轴出现频繁闪烁

2020-09-26 Thread GitBox
yuanpan365 removed a comment on issue #13346: URL: https://github.com/apache/incubator-echarts/issues/13346#issuecomment-699578013 这个已经是处理过的数据,必须要这种 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-echarts] yuanpan365 commented on issue #13346: 3dbar中的xyz轴出现频繁闪烁

2020-09-26 Thread GitBox
yuanpan365 commented on issue #13346: URL: https://github.com/apache/incubator-echarts/issues/13346#issuecomment-699589081 > 有几种方式你可以尝试: > 前端处理优化数据量,每秒传 5 次数据是不是必要的,25000 条数据是一定要变为 25000 个柱子吗?对用户来说,这样的大数据是不是一种好的表现形式,用户是不是关心具体的 25000 条数据,还是说一些处理后的维度更有意义(平均值、最大最小值等)。

[incubator-echarts] branch line-label updated (7e693e9 -> b25a4a6)

2020-09-26 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch line-label in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 7e693e9 fix: line label interpolation bug add 6b37266 fix(event): choose the top most element

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13350: 当y轴出险负数时, x轴的name为什么不是和x轴在一起,而是和y轴=0的轴在一起?

2020-09-26 Thread GitBox
echarts-bot[bot] commented on issue #13350: URL: https://github.com/apache/incubator-echarts/issues/13350#issuecomment-699581129 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] jymr92 opened a new issue #13350: 当y轴出险负数时, x轴的name为什么不是和x轴在一起,而是和y轴=0的轴在一起?

2020-09-26 Thread GitBox
jymr92 opened a new issue #13350: URL: https://github.com/apache/incubator-echarts/issues/13350 ### Version 4.7.0 ### Steps to reproduce 当y轴出险负数时, x轴的name为什么不是和x轴在一起,而是和y轴=0的轴在一起? ### What is expected? x轴的name和x轴在一起 ### What is actually happening?

[incubator-echarts] branch next updated (529504b -> 14270b5)

2020-09-26 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 529504b Merge pull request #13339 from apache/list-remove-chunk add 14270b5 fix(type): fix

[GitHub] [incubator-echarts] ychost edited a comment on issue #12531: 树图放大缩小时,富文本没变化

2020-09-26 Thread GitBox
ychost edited a comment on issue #12531: URL: https://github.com/apache/incubator-echarts/issues/12531#issuecomment-699579669 我们也有类似需求,类似 gojs 那种缩放,整体进行缩放方面用户截图预览 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] ychost commented on issue #12531: 树图放大缩小时,富文本没变化

2020-09-26 Thread GitBox
ychost commented on issue #12531: URL: https://github.com/apache/incubator-echarts/issues/12531#issuecomment-699579669 支持,类似 gojs 那种缩放,整体进行缩放方面用户截图预览 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-echarts] pissang edited a comment on issue #13335: Typed array as series data

2020-09-26 Thread GitBox
pissang edited a comment on issue #13335: URL: https://github.com/apache/incubator-echarts/issues/13335#issuecomment-699578817 Hi @lukasberbuer . We treat TypedArray as a special multidimensional data storage to speed up the data process. Here is the right way to use TypedArray.

[GitHub] [incubator-echarts] pissang commented on issue #13335: Typed array as series data

2020-09-26 Thread GitBox
pissang commented on issue #13335: URL: https://github.com/apache/incubator-echarts/issues/13335#issuecomment-699578817 Hi @lukasberbuer . We treat TypedArray as a special multidimensional data storage to speed up the data process. Here is the right way to use TypedArray.

[GitHub] [incubator-echarts] BiptJXu commented on issue #13348: When the bar has two duplicate data, modifying one will refresh the other at the same time.(CH:当柱状图有两个重复数据时,修改其中一个会同时刷新另外一个))

2020-09-26 Thread GitBox
BiptJXu commented on issue #13348: URL: https://github.com/apache/incubator-echarts/issues/13348#issuecomment-699578656 Your code has the same meaning as I mean, which is great. When I run this code on the official website example

[GitHub] [incubator-echarts] pissang commented on issue #13344: echarts-gl当中坐标轴inverse问题

2020-09-26 Thread GitBox
pissang commented on issue #13344: URL: https://github.com/apache/incubator-echarts/issues/13344#issuecomment-699578342 应该是支持的,可能是 bug This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-echarts] Ovilia commented on issue #13342: On some models, the radar chart setting RGBA color does not work, and the display is gray (在部分机型上雷达图(radar)设置rgba颜色不生效显示为灰色 )

2020-09-26 Thread GitBox
Ovilia commented on issue #13342: URL: https://github.com/apache/incubator-echarts/issues/13342#issuecomment-699578147 应该就是 @plainheart 说的这个问题,之所以其他机型上没问题,是有些浏览器做了兼容这种非标准的写法。建议用 `rgb` 或者 `rgba` 最后一个参数带 `1`。 This is an

[GitHub] [incubator-echarts] Ovilia commented on issue #13344: echarts-gl当中坐标轴inverse问题

2020-09-26 Thread GitBox
Ovilia commented on issue #13344: URL: https://github.com/apache/incubator-echarts/issues/13344#issuecomment-699578032 文档里并没有看到 `inverse`,不知道是不是不支持 @pissang This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] yuanpan365 commented on issue #13346: 3dbar中的xyz轴出现频繁闪烁

2020-09-26 Thread GitBox
yuanpan365 commented on issue #13346: URL: https://github.com/apache/incubator-echarts/issues/13346#issuecomment-699578013 这个已经是处理过的数据,必须要这种 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-echarts] Ovilia commented on issue #13346: 3dbar中的xyz轴出现频繁闪烁

2020-09-26 Thread GitBox
Ovilia commented on issue #13346: URL: https://github.com/apache/incubator-echarts/issues/13346#issuecomment-699577872 有几种方式你可以尝试: 前端处理优化数据量,每秒传 5 次数据是不是必要的,25000 条数据是一定要变为 25000 个柱子吗?对用户来说,这样的大数据是不是一种好的表现形式,用户是不是关心具体的 25000 条数据,还是说一些处理后的维度更有意义(平均值、最大最小值等)。

[GitHub] [incubator-echarts] pissang commented on issue #13321: when i use xAxis.type equal value the layout is broken

2020-09-26 Thread GitBox
pissang commented on issue #13321: URL: https://github.com/apache/incubator-echarts/issues/13321#issuecomment-699577925 You can specify the width of bar This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13347: area-category--dimension 0: Cannot read property 'coord' of undefined...at getVisualGradient (LineView.js?f17f:228)||折线面积图用类别报错

2020-09-26 Thread GitBox
echarts-bot[bot] commented on issue #13347: URL: https://github.com/apache/incubator-echarts/issues/13347#issuecomment-699577542 This issue is labeled with `difficulty: easy`. @czzonet If you are interested in fixing it by yourself, which is a quicker way to get your problem fixed,

[GitHub] [incubator-echarts] Ovilia commented on issue #13347: area-category--dimension 0: Cannot read property 'coord' of undefined...at getVisualGradient (LineView.js?f17f:228)||折线面积图用类别报错和无法渲染面积的颜色

2020-09-26 Thread GitBox
Ovilia commented on issue #13347: URL: https://github.com/apache/incubator-echarts/issues/13347#issuecomment-699577406 It seems to be a bug. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13348: When the bar has two duplicate data, modifying one will refresh the other at the same time.(CH:当柱状图有两个重复数据时,修改其中一个会同时刷新另外一个))

2020-09-26 Thread GitBox
echarts-bot[bot] commented on issue #13348: URL: https://github.com/apache/incubator-echarts/issues/13348#issuecomment-699576869 @BiptJXu Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM or https://gallery.echartsjs.com/editor.html.

[GitHub] [incubator-echarts] Ovilia commented on issue #13348: When the bar has two duplicate data, modifying one will refresh the other at the same time.(CH:当柱状图有两个重复数据时,修改其中一个会同时刷新另外一个))

2020-09-26 Thread GitBox
Ovilia commented on issue #13348: URL: https://github.com/apache/incubator-echarts/issues/13348#issuecomment-699576854 Hi @BiptJXu , I cannot reproduce your problem with ```js var my_data=[130, 200, 150, 80, 70, 110, 130]; option = { xAxis: { type:

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13349: could not find the documentation for the treeRoam event . Weird Roam behaviour.

2020-09-26 Thread GitBox
echarts-bot[bot] commented on issue #13349: URL: https://github.com/apache/incubator-echarts/issues/13349#issuecomment-699576647 @pranav-ted Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM or https://gallery.echartsjs.com/editor.html.

[GitHub] [incubator-echarts] Ovilia commented on issue #13077: Connect Functionality is not working for toolbox Options

2020-09-26 Thread GitBox
Ovilia commented on issue #13077: URL: https://github.com/apache/incubator-echarts/issues/13077#issuecomment-699576409 Hi, @JinyJose Can you be more specific on what's wrong here? I didn't understand what is expected. This

[GitHub] [incubator-echarts] zhiqiangx commented on issue #12522: echarts在微信小程序页面上影响页面滚动

2020-09-26 Thread GitBox
zhiqiangx commented on issue #12522: URL: https://github.com/apache/incubator-echarts/issues/12522#issuecomment-699575163 echats是不是监听了Safari的bounce导致页面不能滚动呢? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13349: could not find the documentation for the treeRoam event . Weird Roam behaviour.

2020-09-26 Thread GitBox
echarts-bot[bot] commented on issue #13349: URL: https://github.com/apache/incubator-echarts/issues/13349#issuecomment-699511207 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] pranav-ted opened a new issue #13349: could not find the documentation for the treeRoam event . Weird Roam behaviour.

2020-09-26 Thread GitBox
pranav-ted opened a new issue #13349: URL: https://github.com/apache/incubator-echarts/issues/13349 ### What problem does this feature solve? Zooming in and out on mobile devices is not smooth. ### What does the proposed API look like? The treeRoam event should give a zoom

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13348: When the bar has two duplicate data, modifying one will refresh the other at the same time.(CH:当柱状图有两个重复数据时,修改其中一个会同时刷新另外一个))

2020-09-26 Thread GitBox
echarts-bot[bot] commented on issue #13348: URL: https://github.com/apache/incubator-echarts/issues/13348#issuecomment-699478790 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] BiptJXu opened a new issue #13348: When the bar has two duplicate data, modifying one will refresh the other at the same time.(CH:当柱状图有两个重复数据时,修改其中一个会同时刷新另外一个))

2020-09-26 Thread GitBox
BiptJXu opened a new issue #13348: URL: https://github.com/apache/incubator-echarts/issues/13348 ### Version latest ### Steps to reproduce First, you need to define an array with repeated data, which is correct when drawn. However, if you modify the data "my_data[0]=140", you

[GitHub] [incubator-echarts] plainheart commented on issue #13342: On some models, the radar chart setting RGBA color does not work, and the display is gray (在部分机型上雷达图(radar)设置rgba颜色不生效显示为灰色 )

2020-09-26 Thread GitBox
plainheart commented on issue #13342: URL: https://github.com/apache/incubator-echarts/issues/13342#issuecomment-699467371 先纠正一个使用错误,`rgba` 应该传入4个参数,你这里似乎只传了3个,如果只是3个参数,用 `rgb` 即可。 This is an automated message from the

[GitHub] [incubator-echarts] Reghick edited a comment on issue #9899: Space between bars.

2020-09-26 Thread GitBox
Reghick edited a comment on issue #9899: URL: https://github.com/apache/incubator-echarts/issues/9899#issuecomment-699459189 I am developing an app and I use Echarts for charts. I faced this issue aswell and it is a big burden for real scenarios, making the chart unusable when there are

[GitHub] [incubator-echarts] Reghick commented on issue #9899: Space between bars.

2020-09-26 Thread GitBox
Reghick commented on issue #9899: URL: https://github.com/apache/incubator-echarts/issues/9899#issuecomment-699459189 I am developing an app and I use Echarts for charts. I faced this issue aswell and it is a big burden for real scenarios, making the chart unusable when there are more