[incubator-echarts-examples] branch next updated: fix: fix example.

2020-11-18 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git The following commit(s) were added to refs/heads/next by this push: new f2895ca fix: fix example. f28

[incubator-echarts-examples] branch next updated: update example

2020-11-18 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git The following commit(s) were added to refs/heads/next by this push: new 6cb5cdf update example 6cb5cdf

[GitHub] [incubator-echarts] pissang commented on issue #13641: 请问graph模式可以显示每个小点的标题吗

2020-11-18 Thread GitBox
pissang commented on issue #13641: URL: https://github.com/apache/incubator-echarts/issues/13641#issuecomment-729659445 这是官网示例设置的效果,你可以把 ```js node.label = { show: node.symbolSize > 30 }; ``` 这行改成 ```js node.label = { show: true } ``` --

[GitHub] [incubator-echarts] dirslashls opened a new issue #13643: Treemap current state is lost with setOption

2020-11-18 Thread GitBox
dirslashls opened a new issue #13643: URL: https://github.com/apache/incubator-echarts/issues/13643 ### Version 5.0.0 ### Steps to reproduce Use the following where I have setup a custom toolbox feature. After the treemap is rendered, drilldown and then click on the toolbox fea

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13643: Treemap current state is lost with setOption

2020-11-18 Thread GitBox
echarts-bot[bot] commented on issue #13643: URL: https://github.com/apache/incubator-echarts/issues/13643#issuecomment-730079446 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] mmm2006 commented on issue #13269: Style MarkLine label background

2020-11-18 Thread GitBox
mmm2006 commented on issue #13269: URL: https://github.com/apache/incubator-echarts/issues/13269#issuecomment-730080331 narayn92, Thank your help. I will try it. This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-echarts] mmm2006 edited a comment on issue #13269: Style MarkLine label background

2020-11-18 Thread GitBox
mmm2006 edited a comment on issue #13269: URL: https://github.com/apache/incubator-echarts/issues/13269#issuecomment-730080331 @narayn92, Thank your help. I will try it. This is an automated message from the Apache Git Servi

[GitHub] [incubator-echarts] mmm2006 commented on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
mmm2006 commented on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730081473 [文档](https://echarts.apache.org/zh/option.html#series-scatter.tooltip) 可以在series 和series里面的data里面分别设置tooltip,但是我设置了没有效果,请问应该如何才能用,给个例子我研究下也可以。多谢了 --

[GitHub] [incubator-echarts] mmm2006 commented on issue #13375: series中的tooltip不生效,无法显示

2020-11-18 Thread GitBox
mmm2006 commented on issue #13375: URL: https://github.com/apache/incubator-echarts/issues/13375#issuecomment-730082355 我测试了也不能工作,包括在data下面设置也不行。不知道哪里设置的不对 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-echarts] mmm2006 edited a comment on issue #13375: series中的tooltip不生效,无法显示

2020-11-18 Thread GitBox
mmm2006 edited a comment on issue #13375: URL: https://github.com/apache/incubator-echarts/issues/13375#issuecomment-730082355 我测试了也不能工作,包括在data下面设置也不行。不知道哪里设置的不对,我的版本就是4.9 This is an automated message from the Apache Git Se

[GitHub] [incubator-echarts] pissang commented on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
pissang commented on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730085421 暂时不支持多 tooltip This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-echarts] JesseEisen opened a new issue #13644: X 轴 value 类型,如何自定义设置非均匀刻度值(科学计数法),希望图表能够按照这个刻度去绘制。

2020-11-18 Thread GitBox
JesseEisen opened a new issue #13644: URL: https://github.com/apache/incubator-echarts/issues/13644 ### Version 4.9.0 ### Steps to reproduce 在 X 轴(value 类型)上数据差异很大的时候,比如 10E-8 和 1 之间。 设置 min,max 为 0 和 1, 此时刻度显示 [0,0.2,0.4,0.6,0.8,1] 。 这就导致极小数据会显示成一条树直的线。 ### What is

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13644: X 轴 value 类型,如何自定义设置非均匀刻度值(科学计数法),希望图表能够按照这个刻度去绘制。

2020-11-18 Thread GitBox
echarts-bot[bot] commented on issue #13644: URL: https://github.com/apache/incubator-echarts/issues/13644#issuecomment-730085496 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] pissang edited a comment on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
pissang edited a comment on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730085421 暂时不支持多 tooltip,图示这种建议用标签显示 This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13644: X 轴 value 类型,如何自定义设置非均匀刻度值(科学计数法),希望图表能够按照这个刻度去绘制。

2020-11-18 Thread GitBox
echarts-bot[bot] commented on issue #13644: URL: https://github.com/apache/incubator-echarts/issues/13644#issuecomment-730086257 @JesseEisen Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM or https://www.makeapie.com/editor.html.

[GitHub] [incubator-echarts] mmm2006 commented on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
mmm2006 commented on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730089159 > 暂时不支持多 tooltip,图示这种建议用标签显示 @pissang ,我没有明白您的意思,我现在的问题是想单独显示tooltip,就是点哪个图表的点,就显示哪个点的信息,目前的现象是点一个点,其他的图表上的tooltip(这些事connect的)也会显示出来。谢谢您的帮助

[GitHub] [incubator-echarts] susiwen8 commented on issue #13375: series中的tooltip不生效,无法显示

2020-11-18 Thread GitBox
susiwen8 commented on issue #13375: URL: https://github.com/apache/incubator-echarts/issues/13375#issuecomment-730090118 @mmm2006 麻烦提供一个完整的case 吧 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-echarts] JesseEisen commented on issue #13644: X 轴 value 类型,如何自定义设置非均匀刻度值(科学计数法),希望图表能够按照这个刻度去绘制。

2020-11-18 Thread GitBox
JesseEisen commented on issue #13644: URL: https://github.com/apache/incubator-echarts/issues/13644#issuecomment-730092323 https://codepen.io/Ovilia/pen/dyYWXWM This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-echarts] JesseEisen edited a comment on issue #13644: X 轴 value 类型,如何自定义设置非均匀刻度值(科学计数法),希望图表能够按照这个刻度去绘制。

2020-11-18 Thread GitBox
JesseEisen edited a comment on issue #13644: URL: https://github.com/apache/incubator-echarts/issues/13644#issuecomment-730092323 https://codepen.io/Jesschanlk/pen/wvWbBZM This is an automated message from the Apache Git Ser

[GitHub] [incubator-echarts] JesseEisen edited a comment on issue #13644: X 轴 value 类型,如何自定义设置非均匀刻度值(科学计数法),希望图表能够按照这个刻度去绘制。

2020-11-18 Thread GitBox
JesseEisen edited a comment on issue #13644: URL: https://github.com/apache/incubator-echarts/issues/13644#issuecomment-730092323 https://codepen.io/Jesschanlk/pen/wvWbBZM 数据集里面前半段的数据基本落在 10E-9 ~ 10E-5 之间,加上 dataZoom 控件,看控件最小的刻度只能到 10E-6左右。 也尝试过将 X 轴改成 log 形式,也没办法实现期望的效果。 --

[GitHub] [incubator-echarts] mmm2006 commented on issue #13375: series中的tooltip不生效,无法显示

2020-11-18 Thread GitBox
mmm2006 commented on issue #13375: URL: https://github.com/apache/incubator-echarts/issues/13375#issuecomment-730097003 @susiwen8 ,我从网上查了下,这个问题解决,事需要在option下面series 同级别也加一个空的tooltip就可以生效了: tooltip: {}, 我自己的问题其实是这个: https://github.com/apache/incubator-echarts/issues/13630

[GitHub] [incubator-echarts] pissang commented on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
pissang commented on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730105553 @mmm2006 抱歉我以为你想要显示多个 tooltip,现在联动的话是强制关联了 tooltip,如果只希望 dataZoom,可以手动关联一下 This is an automated message

[GitHub] [incubator-echarts] pissang edited a comment on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
pissang edited a comment on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730105553 @mmm2006 抱歉我以为你想要显示多个 tooltip,现在联动的话是强制关联了 tooltip,如果只希望 dataZoom,可以手动关联一下 ```js chart1.on('dataZoom', function (params) { chart2.dispatchAction(char

[GitHub] [incubator-echarts] pissang edited a comment on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
pissang edited a comment on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730105553 @mmm2006 抱歉我以为你想要显示多个 tooltip,现在联动的话是强制关联了 tooltip,如果只希望 dataZoom,可以手动关联一下 ```js chart1.on('datazoom', function (params) { chart2.dispatchAction(char

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13645: Limit connected action in echarts.connect

2020-11-18 Thread GitBox
echarts-bot[bot] commented on issue #13645: URL: https://github.com/apache/incubator-echarts/issues/13645#issuecomment-730106817 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] pissang opened a new issue #13645: Limit connected action in echarts.connect

2020-11-18 Thread GitBox
pissang opened a new issue #13645: URL: https://github.com/apache/incubator-echarts/issues/13645 ### What problem does this feature solve? In some cases, only part of the action wants to be connected. Like the case in #13630 ### What does the proposed API look like? The second

[incubator-echarts-examples] branch next updated: tweak style: add 10px padding to example titles.

2020-11-18 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git The following commit(s) were added to refs/heads/next by this push: new 48bd46f tweak style: add 10px p

[incubator-echarts-examples] branch next updated: tweak style: add 10px padding to example titles.

2020-11-18 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git The following commit(s) were added to refs/heads/next by this push: new 48bd46f tweak style: add 10px p

[incubator-echarts-examples] branch next updated: tweak style: add 10px padding to example titles.

2020-11-18 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git The following commit(s) were added to refs/heads/next by this push: new 48bd46f tweak style: add 10px p

[incubator-echarts-examples] branch next updated: tweak style: add 10px padding to example titles.

2020-11-18 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git The following commit(s) were added to refs/heads/next by this push: new 48bd46f tweak style: add 10px p

[incubator-echarts-examples] branch next updated: tweak style: add 10px padding to example titles.

2020-11-18 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git The following commit(s) were added to refs/heads/next by this push: new 48bd46f tweak style: add 10px p

[incubator-echarts-examples] 01/01: fix(scripts): `dev` script cannot run successfully on Windows.

2020-11-18 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix-scripts in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git commit 0b9b49f9b2561bf113a7244a474977209522295b Author: plainheart AuthorDate: Thu Nov 19 12:07:14 202

[incubator-echarts-examples] branch fix-scripts created (now 0b9b49f)

2020-11-18 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix-scripts in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git. at 0b9b49f fix(scripts): `dev` script cannot run successfully on Windows. This branch includ

[incubator-echarts-examples] 01/01: Merge pull request #26 from apache/fix-scripts

2020-11-18 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git commit 26fce5f5b8c02f8e6e87a5c7fb7c1b9f484a5e8e Merge: 48bd46f 0b9b49f Author: Yi Shen AuthorDate: Thu Nov 19

[incubator-echarts-examples] branch next updated (48bd46f -> 26fce5f)

2020-11-18 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-examples.git. from 48bd46f tweak style: add 10px padding to example titles. add 0b9b49f fix(scripts): `dev` sc

[GitHub] [incubator-echarts] mmm2006 commented on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
mmm2006 commented on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730140920 @pissang 非常感谢您的帮助。我试了下,确实是可以实现datazoom的联动。我有多个图表,操作哪个图表,就要把事件传个其他的图表,是这样吗?是否会陷入互相传递的死循环。 This is an aut

[GitHub] [incubator-echarts] pissang commented on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
pissang commented on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730141562 死循环这个可以通过一个 flag 标记一下,现在 echarts 内部也是这么做的 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-echarts] mmm2006 commented on issue #13630: 如何在多个关联的grid中分别单独显示tooltip

2020-11-18 Thread GitBox
mmm2006 commented on issue #13630: URL: https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730143494 @pissang,您好,能给我大致说说思路吗? 我这里是有一个主要的图表,下面关联的是一个图表的列表,个数不定。都能彼此通过鼠标滑动来操作时间轴,实现图表数据的同步滚动展示。我没有想清楚如何通过标记区分,是通过参数里面的数据值,判断事件的来源,区分是不是应该传递事件,是吗? 谢谢您 -

[GitHub] [incubator-echarts] learnningUser edited a comment on issue #13607: Zoom thermal map, the label on the left is misplaced

2020-11-18 Thread GitBox
learnningUser edited a comment on issue #13607: URL: https://github.com/apache/incubator-echarts/issues/13607#issuecomment-726687050 ```js var noise = getNoiseHelper(); var xData = []; var yData = []; noise.seed(Math.random()); function generateData(theta, min, max) {

[GitHub] [incubator-echarts] worldforce1 commented on issue #13316: Line is disconnected from points outside zoomed-in region in Line Chart with value type xaxis

2020-11-18 Thread GitBox
worldforce1 commented on issue #13316: URL: https://github.com/apache/incubator-echarts/issues/13316#issuecomment-730147111 I found a solution around this bug. This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-echarts] worldforce1 edited a comment on issue #13316: Line is disconnected from points outside zoomed-in region in Line Chart with value type xaxis

2020-11-18 Thread GitBox
worldforce1 edited a comment on issue #13316: URL: https://github.com/apache/incubator-echarts/issues/13316#issuecomment-730147111 I found a solution around this bug. Just modify the source code of echart.js around line 81638, from: ` var thisLeftOut = value < valueWindow[0] var

[GitHub] [incubator-echarts] worldforce1 edited a comment on issue #13316: Line is disconnected from points outside zoomed-in region in Line Chart with value type xaxis

2020-11-18 Thread GitBox
worldforce1 edited a comment on issue #13316: URL: https://github.com/apache/incubator-echarts/issues/13316#issuecomment-730147111 I found a solution around this bug. Just modify the source code of echart.js around line 81638, from: var thisLeftOut = value < valueWindow[0] var

[GitHub] [incubator-echarts] worldforce1 edited a comment on issue #13316: Line is disconnected from points outside zoomed-in region in Line Chart with value type xaxis

2020-11-18 Thread GitBox
worldforce1 edited a comment on issue #13316: URL: https://github.com/apache/incubator-echarts/issues/13316#issuecomment-730147111 I found a solution around this bug. Just modify the source code of echart.js around line 81638 (in function AxisProxy -> filterData), from: var thisL

[GitHub] [incubator-echarts] worldforce1 edited a comment on issue #13316: Line is disconnected from points outside zoomed-in region in Line Chart with value type xaxis

2020-11-18 Thread GitBox
worldforce1 edited a comment on issue #13316: URL: https://github.com/apache/incubator-echarts/issues/13316#issuecomment-730147111 I found a solution around this bug. Just modify the source code of echart.js in function AxisProxy -> filterData, from: var thisLeftOut = value < val

[GitHub] [incubator-echarts] worldforce1 edited a comment on issue #13316: Line is disconnected from points outside zoomed-in region in Line Chart with value type xaxis

2020-11-18 Thread GitBox
worldforce1 edited a comment on issue #13316: URL: https://github.com/apache/incubator-echarts/issues/13316#issuecomment-730147111 I found a solution around this bug. Just modify the source code of echart.js in function AxisProxy -> filterData, from: var thisLeftOut = value < val

[GitHub] [incubator-echarts] pissang commented on issue #12249: 能否增加对 type=line 的图的增量渲染

2020-11-18 Thread GitBox
pissang commented on issue #12249: URL: https://github.com/apache/incubator-echarts/issues/12249#issuecomment-730151649 @AricZhu 我们在 echarts 5.0 中对折线图性能做了重点的优化,如果使用静态的 Float64Array 作为数据源,可以做到 1s 内渲染完一千万的数据,已经不需要增量渲染了。例子链接 https://jsfiddle.net/ob81ap3q/ 另外一些这次优化相关的链接 https://github.c

[GitHub] [incubator-echarts] pissang edited a comment on issue #12249: 能否增加对 type=line 的图的增量渲染

2020-11-18 Thread GitBox
pissang edited a comment on issue #12249: URL: https://github.com/apache/incubator-echarts/issues/12249#issuecomment-730151649 @AricZhu 我们在 echarts 5.0 中对折线图性能做了重点的优化,如果使用静态的 Float64Array 作为数据源,可以做到 1s 内渲染完一千万的数据,已经不需要增量渲染了。例子链接 https://jsfiddle.net/ob81ap3q/ 。 另外一些这次优化相关的链接 https:/

[GitHub] [incubator-echarts] pissang closed issue #12926: Progress of Next Major Version: 5.0

2020-11-18 Thread GitBox
pissang closed issue #12926: URL: https://github.com/apache/incubator-echarts/issues/12926 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] [incubator-echarts] echarts-bot[bot] commented on pull request #13646: fix(decal): remove unused dashLineOffset

2020-11-18 Thread GitBox
echarts-bot[bot] commented on pull request #13646: URL: https://github.com/apache/incubator-echarts/pull/13646#issuecomment-730160492 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/co

[GitHub] [incubator-echarts] Ovilia opened a new pull request #13646: fix(decal): remove unused dashLineOffset

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

[incubator-echarts] branch fix-decal created (now 3ddb65b)

2020-11-18 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-decal in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 3ddb65b fix(decal): remove unused dashLineOffset No new revisions were added by this update. --

[GitHub] [incubator-echarts] Ovilia merged pull request #13646: fix(decal): remove unused dashLineOffset

2020-11-18 Thread GitBox
Ovilia merged pull request #13646: URL: https://github.com/apache/incubator-echarts/pull/13646 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13646: fix(decal): remove unused dashLineOffset

2020-11-18 Thread GitBox
echarts-bot[bot] commented on pull request #13646: URL: https://github.com/apache/incubator-echarts/pull/13646#issuecomment-730170744 Congratulations! Your PR has been merged. Thanks for your contribution! 👍 This is an autom

[incubator-echarts] 01/01: Merge pull request #13646 from apache/fix-decal

2020-11-18 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit fc1f35b66db3231472a7ac54350f99f77f06447c Merge: 694ea43 3ddb65b Author: Wenli Zhang AuthorDate: Thu Nov 19 14

[incubator-echarts] branch master updated (694ea43 -> fc1f35b)

2020-11-18 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 694ea43 Merge pull request #13612 from apache/fix-time-formatter add 3ddb65b fix(decal): remove unu

[GitHub] [incubator-echarts] susiwen8 closed issue #13375: series中的tooltip不生效,无法显示

2020-11-18 Thread GitBox
susiwen8 closed issue #13375: URL: https://github.com/apache/incubator-echarts/issues/13375 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 t