[GitHub] [echarts] KehaoWu commented on issue #14239: 折线图能不能动态隐藏每一小段折线或者动态修改每一小段折线的颜色?

2021-02-09 Thread GitBox
KehaoWu commented on issue #14239: URL: https://github.com/apache/echarts/issues/14239#issuecomment-776450685 这个可以用visualmap来满足,但是目前visualmap好像只能针对x或者y轴来变化线条颜色,如果dimension不是x或者y的话,就只有点会变化颜色。 This is an automated message from

[GitHub] [echarts] KehaoWu commented on issue #14256: visualmap dimension等于2的时候不生效

2021-02-09 Thread GitBox
KehaoWu commented on issue #14256: URL: https://github.com/apache/echarts/issues/14256#issuecomment-776450111 仔细研究了下,应该是非x或非y轴的时候,只有点会变色,但是线条不会变色,这个能满足吗? This is an automated message from the Apache Git Service. To respond to

[GitHub] [echarts] echarts-bot[bot] commented on issue #14256: visualmap dimension等于2的时候不生效

2021-02-09 Thread GitBox
echarts-bot[bot] commented on issue #14256: URL: https://github.com/apache/echarts/issues/14256#issuecomment-776432616 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [echarts] KehaoWu opened a new issue #14256: visualmap dimension等于2的时候不生效

2021-02-09 Thread GitBox
KehaoWu opened a new issue #14256: URL: https://github.com/apache/echarts/issues/14256 ### Version 5.0.2 ### Steps to reproduce 在这个例子的基础上修改代码: ``` option = { title: { text: '一天用电量分布', subtext: '纯属虚构' }, tooltip: { t

[GitHub] [echarts] echarts-bot[bot] closed issue #14255: 如何固定关系图的中心坐标

2021-02-09 Thread GitBox
echarts-bot[bot] closed issue #14255: URL: https://github.com/apache/echarts/issues/14255 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

[GitHub] [echarts] LockWithoutKey opened a new issue #14255: 如何固定关系图的中心坐标

2021-02-09 Thread GitBox
LockWithoutKey opened a new issue #14255: URL: https://github.com/apache/echarts/issues/14255 我设置了一套算法来计算多个node的坐标,但是每次改变时都会存在不固定的情况。 请问有没有办法将关系图的中心坐标固定成(0,0),可以让我自定义其他node的坐标? 版本:echarts3 我的option信息: ```js option = { xAxis: { show: false,

[GitHub] [echarts] echarts-bot[bot] commented on issue #14255: 如何固定关系图的中心坐标

2021-02-09 Thread GitBox
echarts-bot[bot] commented on issue #14255: URL: https://github.com/apache/echarts/issues/14255#issuecomment-776413865 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 save our maint

[GitHub] [echarts] mKainzbauer commented on issue #14186: Needle Animation with circluar 360° Gauges: make needle to move over axis boundaries

2021-02-09 Thread GitBox
mKainzbauer commented on issue #14186: URL: https://github.com/apache/echarts/issues/14186#issuecomment-776129169 Me? The problem isn't solved. The workaround is not using animated gauges. This is an automated message from th

[GitHub] [echarts] aiyoudiao commented on issue #14239: 折线图能不能动态隐藏每一小段折线或者动态修改每一小段折线的颜色?

2021-02-09 Thread GitBox
aiyoudiao commented on issue #14239: URL: https://github.com/apache/echarts/issues/14239#issuecomment-776047606 > 是的,现在并不支持分段的线的样式设置,折线图 `data.itemStyle` 指的是点的样式,如果提供 `lineStyle` 对每条线段的样式控制,怎样和数据对应上,有点没想好。 修改每条线段的样式让趋势图更加灵活,只是呈现上不同,数据也能够对应上,就像处理 data.itemStyle,只是呈现的样式被定制化处理。在对应的场景中,

[GitHub] [echarts] echarts-bot[bot] commented on pull request #14254: fix(custom): fix series label on custom series not working properly. close #14092

2021-02-09 Thread GitBox
echarts-bot[bot] commented on pull request #14254: URL: https://github.com/apache/echarts/pull/14254#issuecomment-775956752 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standa

[GitHub] [echarts] Nick22nd opened a new pull request #14254: fix(custom): fix series label on custom series not working properly. close #14092

2021-02-09 Thread GitBox
Nick22nd opened a new pull request #14254: URL: https://github.com/apache/echarts/pull/14254 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? fix the c

[GitHub] [echarts] kevalbhatt commented on issue #12582: How to set the height of datazoom

2021-02-09 Thread GitBox
kevalbhatt commented on issue #12582: URL: https://github.com/apache/echarts/issues/12582#issuecomment-775908773 Is this issue fixed? if not can I work on this, I have the solution. This is an automated message from the Apach

[GitHub] [echarts] ddyedu commented on issue #14186: Needle Animation with circluar 360° Gauges: make needle to move over axis boundaries

2021-02-09 Thread GitBox
ddyedu commented on issue #14186: URL: https://github.com/apache/echarts/issues/14186#issuecomment-775875379 How did you proceed? ? Can you tell me about a complex problem that you solved? This is an automated message from t

[GitHub] [echarts] tamersalama edited a comment on issue #2941: Handling click events on chart grid columns

2021-02-09 Thread GitBox
tamersalama edited a comment on issue #2941: URL: https://github.com/apache/echarts/issues/2941#issuecomment-775711337 It'd be great to have this feature. Clicking on a series isn't convenient for a large data set (the tooltip already displays the closest value), while using zRender or `co

[GitHub] [echarts] plainheart edited a comment on issue #14253: Echarts Tooltip display issue when html body is using css property zoom: 0.5

2021-02-09 Thread GitBox
plainheart edited a comment on issue #14253: URL: https://github.com/apache/echarts/issues/14253#issuecomment-775772178 Thanks for your feedback. This issue has been reported by many users, we'll discuss and fix it later. Th

[GitHub] [echarts] echarts-bot[bot] removed a comment on issue #14253: Echarts Tooltip display issue when html body is using css property zoom: 0.5

2021-02-09 Thread GitBox
echarts-bot[bot] removed a comment on issue #14253: URL: https://github.com/apache/echarts/issues/14253#issuecomment-775730636 @likepeach789 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people, we'd like to sugge

[echarts-bot] branch master updated: fix issue translate check bug.

2021-02-09 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bot.git The following commit(s) were added to refs/heads/master by this push: new 687fa7c fix issue translate check bug. 687

[GitHub] [echarts] plainheart commented on issue #14253: Echarts Tooltip display issue when html body is using css property zoom: 0.5

2021-02-09 Thread GitBox
plainheart commented on issue #14253: URL: https://github.com/apache/echarts/issues/14253#issuecomment-775772178 Thanks for your feedback. This issue has been reported by many users, we'll fix it later. This is an automated

[echarts] branch feat-colorBy updated (3934224 -> 74535c8)

2021-02-09 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch feat-colorBy in repository https://gitbox.apache.org/repos/asf/echarts.git. from 3934224 feat: colorBy with sunburst add 74535c8 WIP(colorBy): treemap colorBy WIP No new revisions wer