[GitHub] [incubator-echarts] zuiyuexuan commented on issue #11763: 柱状图不能设置间距

2020-03-11 Thread GitBox
zuiyuexuan commented on issue #11763: 柱状图不能设置间距 URL: https://github.com/apache/incubator-echarts/issues/11763#issuecomment-597475268 > @zuiyuexuan 我觉得你的这个例子超过了可以出滚动条或者直接溢出不显示 横向滚动条,对于交互来说,一般不会采用。 无论滚动条或溢出不显示,都会有一个问题,**一眼看不出趋势**,需要操作成本才能知晓。

[GitHub] [incubator-echarts] mzvast edited a comment on issue #11763: 柱状图不能设置间距

2020-03-11 Thread GitBox
mzvast edited a comment on issue #11763: 柱状图不能设置间距 URL: https://github.com/apache/incubator-echarts/issues/11763#issuecomment-597485442 > > @zuiyuexuan 我觉得你的这个例子超过了可以出滚动条或者直接溢出不显示 > > 横向滚动条,对于交互来说,一般不会采用。 > 无论滚动条或溢出不显示,都会有一个问题,**一眼看不出趋势**,需要操作成本才能知晓。

[GitHub] [incubator-echarts] hugetiny commented on issue #12212: 喝多了后注册了个endof.world想记录下世界末日,用echarts用下来发现这么几个问题

2020-03-11 Thread GitBox
hugetiny commented on issue #12212: 喝多了后注册了个endof.world想记录下世界末日,用echarts用下来发现这么几个问题 URL: https://github.com/apache/incubator-echarts/issues/12212#issuecomment-597464140 已经弄好了每日更新的武汉肺炎数据,但是不定期echarts-gl会出现'...Cannot read property 'maxSize' of undefined ' 不知道为什么

[GitHub] [incubator-echarts] jiankang-wang commented on issue #5582: 折线图如何在鼠标经过其中的某一条折线的时候,让对应的折线变粗

2020-03-11 Thread GitBox
jiankang-wang commented on issue #5582: 折线图如何在鼠标经过其中的某一条折线的时候,让对应的折线变粗 URL: https://github.com/apache/incubator-echarts/issues/5582#issuecomment-597500816 可以利用事件监听: ` let currentEcharts = null; const onEvents = { mouseover: (e) => {

[GitHub] [incubator-echarts] jiankang-wang edited a comment on issue #5582: 折线图如何在鼠标经过其中的某一条折线的时候,让对应的折线变粗

2020-03-11 Thread GitBox
jiankang-wang edited a comment on issue #5582: 折线图如何在鼠标经过其中的某一条折线的时候,让对应的折线变粗 URL: https://github.com/apache/incubator-echarts/issues/5582#issuecomment-597500816 可以利用事件监听: ` let currentEcharts = null; const onEvents = { mouseover: (e) => {

[GitHub] [incubator-echarts] mzvast commented on issue #11763: 柱状图不能设置间距

2020-03-11 Thread GitBox
mzvast commented on issue #11763: 柱状图不能设置间距 URL: https://github.com/apache/incubator-echarts/issues/11763#issuecomment-597474046 @zuiyuexuan 我觉得你的这个例子超过了可以出滚动条或者直接溢出不显示 This is an automated message from the Apache Git

[GitHub] [incubator-echarts] mzvast edited a comment on issue #11763: 柱状图不能设置间距

2020-03-11 Thread GitBox
mzvast edited a comment on issue #11763: 柱状图不能设置间距 URL: https://github.com/apache/incubator-echarts/issues/11763#issuecomment-597474046 @zuiyuexuan 我觉得你的这个例子超过了可以出滚动条或者直接溢出不显示。 ![image](https://user-images.githubusercontent.com/8097465/76391424-795dc500-63aa-11ea-9d07-689b62ccd040.png)

[GitHub] [incubator-echarts] mzvast edited a comment on issue #11763: 柱状图不能设置间距

2020-03-11 Thread GitBox
mzvast edited a comment on issue #11763: 柱状图不能设置间距 URL: https://github.com/apache/incubator-echarts/issues/11763#issuecomment-597474046 @zuiyuexuan 我觉得你的这个例子超过了可以出滚动条或者直接溢出不显示。 ![image](https://user-images.githubusercontent.com/8097465/76391559-b3c76200-63aa-11ea-994d-820cfeed2fae.png)

[incubator-echarts-doc] branch master updated: fix themeRiver data description

2020-03-11 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git The following commit(s) were added to refs/heads/master by this push: new a291db8 fix themeRiver data

[GitHub] [incubator-echarts] InitialSugar opened a new issue #12269: 双Y轴设置显示X轴最大值和最小值

2020-03-11 Thread GitBox
InitialSugar opened a new issue #12269: 双Y轴设置显示X轴最大值和最小值 URL: https://github.com/apache/incubator-echarts/issues/12269 showMinLabel: true, showMaxLabel: true, 图表为双Y轴设置显示X轴最大值和最小值使用上述属性无作用 This is an automated message

[GitHub] [incubator-echarts] mzvast commented on issue #11763: 柱状图不能设置间距

2020-03-11 Thread GitBox
mzvast commented on issue #11763: 柱状图不能设置间距 URL: https://github.com/apache/incubator-echarts/issues/11763#issuecomment-597485442 > > @zuiyuexuan 我觉得你的这个例子超过了可以出滚动条或者直接溢出不显示 > > 横向滚动条,对于交互来说,一般不会采用。 > 无论滚动条或溢出不显示,都会有一个问题,**一眼看不出趋势**,需要操作成本才能知晓。

[GitHub] [incubator-echarts] alex2wong commented on issue #12156: fix 11799 add new option 'nameProperty' in map series option

2020-03-11 Thread GitBox
alex2wong commented on issue #12156: fix 11799 add new option 'nameProperty' in map series option URL: https://github.com/apache/incubator-echarts/pull/12156#issuecomment-597973177 revise doc https://github.com/apache/incubator-echarts-doc/pull/91, please take a look @pissang @Ovilia ,

[GitHub] [incubator-echarts] ghtao666 closed issue #12253: 引入echarts-gl后,普通图表会报错

2020-03-11 Thread GitBox
ghtao666 closed issue #12253: 引入echarts-gl后,普通图表会报错 URL: https://github.com/apache/incubator-echarts/issues/12253 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-echarts] VS1r opened a new issue #12274: echarts4.5 dataZoom在谷歌浏览器中无法显示

2020-03-11 Thread GitBox
VS1r opened a new issue #12274: echarts4.5 dataZoom在谷歌浏览器中无法显示 URL: https://github.com/apache/incubator-echarts/issues/12274 **echarts4.5 dataZoom在谷歌浏览器中无法显示,我排查了各种可能的问题,dataZoom一直不显示。最后换了个浏览器发现显示成功了。。。** 附上代码: var myChart = echarts.init(document.getElementById("average"));

[GitHub] [incubator-echarts] fox19920726 commented on issue #11790: showLoading align center

2020-03-11 Thread GitBox
fox19920726 commented on issue #11790: showLoading align center URL: https://github.com/apache/incubator-echarts/issues/11790#issuecomment-598013538 !这个问题啥时候能优化呀!等得焦急,哈哈哈 This is an automated message from

[GitHub] [incubator-echarts] fox19920726 removed a comment on issue #11790: showLoading align center

2020-03-11 Thread GitBox
fox19920726 removed a comment on issue #11790: showLoading align center URL: https://github.com/apache/incubator-echarts/issues/11790#issuecomment-598013538 !这个问题啥时候能优化呀!等得焦急,哈哈哈 This is an automated

[GitHub] [incubator-echarts] fox19920726 commented on issue #11790: showLoading align center

2020-03-11 Thread GitBox
fox19920726 commented on issue #11790: showLoading align center URL: https://github.com/apache/incubator-echarts/issues/11790#issuecomment-598013700 > @fox19920726 @yufeng04 现在是图形居中,可能在文字长的时候效果并不是很好,我们在下个版本中优化一下 !这个问题啥时候能优化呀!等得焦急,哈哈哈

[GitHub] [incubator-echarts] fox19920726 removed a comment on issue #11790: showLoading align center

2020-03-11 Thread GitBox
fox19920726 removed a comment on issue #11790: showLoading align center URL: https://github.com/apache/incubator-echarts/issues/11790#issuecomment-598013700 > @fox19920726 @yufeng04 现在是图形居中,可能在文字长的时候效果并不是很好,我们在下个版本中优化一下 !这个问题啥时候能优化呀!等得焦急,哈哈哈

[GitHub] [incubator-echarts] fox19920726 commented on issue #11790: showLoading align center

2020-03-11 Thread GitBox
fox19920726 commented on issue #11790: showLoading align center URL: https://github.com/apache/incubator-echarts/issues/11790#issuecomment-598013900 @pissang !这个问题啥时候能优化呀!等得焦急,哈哈哈 This is an automated

[GitHub] [incubator-echarts] ghtao666 commented on issue #12253: 引入echarts-gl后,普通图表会报错

2020-03-11 Thread GitBox
ghtao666 commented on issue #12253: 引入echarts-gl后,普通图表会报错 URL: https://github.com/apache/incubator-echarts/issues/12253#issuecomment-597969088 抱歉,是我代码写的有问题,已经解决了 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] cuijian-dexter commented on a change in pull request #12266: Fix#12164 Erroneous Behavior when displaying a line chart with multiple data pushes before updating chart data

2020-03-11 Thread GitBox
cuijian-dexter commented on a change in pull request #12266: Fix#12164 Erroneous Behavior when displaying a line chart with multiple data pushes before updating chart data while zoomed in URL: https://github.com/apache/incubator-echarts/pull/12266#discussion_r391388164 ## File

[GitHub] [incubator-echarts] AlaaFK opened a new issue #12273: echarts heatmap, 2 marker points shared same cell, will plot above each others

2020-03-11 Thread GitBox
AlaaFK opened a new issue #12273: echarts heatmap, 2 marker points shared same cell, will plot above each others URL: https://github.com/apache/incubator-echarts/issues/12273 Hello, I'm using echarts heatmap. I have the axes value from 0 to 5 And I have a list of items showing

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

2020-03-11 Thread GitBox
pissang commented on issue #12249: 能否增加对 type=line 的图的增量渲染 URL: https://github.com/apache/incubator-echarts/issues/12249#issuecomment-597610562 @AricZhu 增量渲染主要是针对海量图形的绘制的,折线图的图形其实只有一条线,所以没有增量渲染的配置。 现在折线图的性能主要是在数据的处理和折线的绘制上(canvas绘制宽度 > 1 px

[GitHub] [incubator-echarts] pissang commented on issue #12272: 4.6.0 饼图渐变色函数不工作,4.5.0工作正常

2020-03-11 Thread GitBox
pissang commented on issue #12272: 4.6.0 饼图渐变色函数不工作,4.5.0工作正常 URL: https://github.com/apache/incubator-echarts/issues/12272#issuecomment-597598700 在 https://www.echartsjs.com/examples/zh/editor.html?c=pie-legend 上测试了没有问题

[GitHub] [incubator-echarts] pissang commented on issue #12258: How to show Months name with one One Gap in xAxis?

2020-03-11 Thread GitBox
pissang commented on issue #12258: How to show Months name with one One Gap in xAxis? URL: https://github.com/apache/incubator-echarts/issues/12258#issuecomment-597601400 Hi, I can't get your request. Can you provide your current demo and a shot to describe what you wan't

[incubator-echarts-doc] branch fix-GeoJSON-property created (now 2118680)

2020-03-11 Thread yixiu
This is an automated email from the ASF dual-hosted git repository. yixiu pushed a change to branch fix-GeoJSON-property in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git. at 2118680 Update geo-common.md This branch includes the following new commits: new

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

2020-03-11 Thread GitBox
AricZhu commented on issue #12249: 能否增加对 type=line 的图的增量渲染 URL: https://github.com/apache/incubator-echarts/issues/12249#issuecomment-597613871 如果能实现将折线图拆成多段进行增量渲染的话,那真的太好了。非常期待这个功能的上线。 不过由于我们的业务数据都在公司内网,所以可能不太方便导出来,抱歉啊

[incubator-echarts] branch typescript updated: refact: use inner to store ec data on elements.

2020-03-11 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch typescript in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/typescript by this push: new b64c643 refact: use inner

[GitHub] [incubator-echarts] alex2wong commented on issue #12263: echarts的柱状图,移入到半空就会触发高亮行为

2020-03-11 Thread GitBox
alex2wong commented on issue #12263: echarts的柱状图,移入到半空就会触发高亮行为 URL: https://github.com/apache/incubator-echarts/issues/12263#issuecomment-597702191 请提供一个可运行的 demo,请用 https://ecomfe.github.io/echarts-issue-helper 发起 issue, 注明版本,并提供在线 demo

[GitHub] [incubator-echarts] hugeorange commented on issue #6156: 移动端 tooltip 手指抬起后自动消失这个有方法实现了吗

2020-03-11 Thread GitBox
hugeorange commented on issue #6156: 移动端 tooltip 手指抬起后自动消失这个有方法实现了吗 URL: https://github.com/apache/incubator-echarts/issues/6156#issuecomment-597547629 > 解决了,datazoom添加moveOnMouseMove: false,就行了 > 移动端 tooltip 手指抬起后不会自动消失 你好,移动端手指离开 ,tooltip 不会自动消失好像没用

[GitHub] [incubator-echarts] ezubarev opened a new issue #12271: renderSeries is called when updating graphic component

2020-03-11 Thread GitBox
ezubarev opened a new issue #12271: renderSeries is called when updating graphic component URL: https://github.com/apache/incubator-echarts/issues/12271 ### Version 4.4.0 ### Reproduction link [https://jsfiddle.net/w6yjs3ax/](https://jsfiddle.net/w6yjs3ax/) ### Steps to

[GitHub] [incubator-echarts] pissang commented on issue #12271: renderSeries is called when updating graphic component

2020-03-11 Thread GitBox
pissang commented on issue #12271: renderSeries is called when updating graphic component URL: https://github.com/apache/incubator-echarts/issues/12271#issuecomment-597597154 `renderSeries` is not supposed to be called if there is only `graphic` being updated. We will look into this

[GitHub] [incubator-echarts] pissang commented on issue #12250: 求几张3D地球图片,官方实例那几张就行

2020-03-11 Thread GitBox
pissang commented on issue #12250: 求几张3D地球图片,官方实例那几张就行 URL: https://github.com/apache/incubator-echarts/issues/12250#issuecomment-597605283 https://visibleearth.nasa.gov/collection/1484/blue-marble This is an automated

[GitHub] [incubator-echarts] pissang closed issue #12250: 求几张3D地球图片,官方实例那几张就行

2020-03-11 Thread GitBox
pissang closed issue #12250: 求几张3D地球图片,官方实例那几张就行 URL: https://github.com/apache/incubator-echarts/issues/12250 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-echarts] YaoKaiPeng opened a new issue #12270: 堆叠图数据相差较大时,显示数据标签,底层标签会被遮挡

2020-03-11 Thread GitBox
YaoKaiPeng opened a new issue #12270: 堆叠图数据相差较大时,显示数据标签,底层标签会被遮挡 URL: https://github.com/apache/incubator-echarts/issues/12270 ### Version ### Reproduction link [https://gallery.echartsjs.com/editor.html?c=xkp2nT6yr=1](https://gallery.echartsjs.com/editor.html?c=xkp2nT6yr=1)

[GitHub] [incubator-echarts] pissang commented on a change in pull request #12266: Fix#12164 Erroneous Behavior when displaying a line chart with multiple data pushes before updating chart data while

2020-03-11 Thread GitBox
pissang commented on a change in pull request #12266: Fix#12164 Erroneous Behavior when displaying a line chart with multiple data pushes before updating chart data while zoomed in URL: https://github.com/apache/incubator-echarts/pull/12266#discussion_r390926226 ## File path:

[GitHub] [incubator-echarts] alexhuhaiping opened a new issue #12272: 4.6.0 饼图渐变色函数不工作,4.5.0工作正常

2020-03-11 Thread GitBox
alexhuhaiping opened a new issue #12272: 4.6.0 饼图渐变色函数不工作,4.5.0工作正常 URL: https://github.com/apache/incubator-echarts/issues/12272 Version 4.6.0 Steps to reproduce: 在4.6.0中,饼图的color渐变函数不会被执行,但是在4.5.0中是可以正常工作。 部分代码如下: ``` var val1data2 = [{ value: 100,

[GitHub] [incubator-echarts] pissang commented on issue #12261: 在graph关系图中,文字无法缩放。鼠标移入节点的鼠标样式无法更改。

2020-03-11 Thread GitBox
pissang commented on issue #12261: 在graph关系图中,文字无法缩放。鼠标移入节点的鼠标样式无法更改。 URL: https://github.com/apache/incubator-echarts/issues/12261#issuecomment-597600113 文本不随节点缩放是故意设计成这样的,如果文本缩小到看不清会失去了文本显示的意义,如果文本变大了则显示效果会不好 This is an

[GitHub] [incubator-echarts] pissang closed issue #12260: 折线图动画

2020-03-11 Thread GitBox
pissang closed issue #12260: 折线图动画 URL: https://github.com/apache/incubator-echarts/issues/12260 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] pissang commented on issue #12253: 引入echarts-gl后,普通图表会报错

2020-03-11 Thread GitBox
pissang commented on issue #12253: 引入echarts-gl后,普通图表会报错 URL: https://github.com/apache/incubator-echarts/issues/12253#issuecomment-597603243 方便提供下可以复现的配置项或者 demo么? This is an automated message from the Apache Git Service.

[GitHub] [incubator-echarts] pissang commented on issue #12254: 使用graph关系图,symbol采用自定义图片,然后itemStyle中设置borderWidth属性会失效

2020-03-11 Thread GitBox
pissang commented on issue #12254: 使用graph关系图,symbol采用自定义图片,然后itemStyle中设置borderWidth属性会失效 URL: https://github.com/apache/incubator-echarts/issues/12254#issuecomment-597603496 echarts 中图片类型 symbol 不支持边框 This is an automated

[GitHub] [incubator-echarts] pissang closed issue #12256: 关于“抗击肺炎”中世界地图的两个“几内亚”问题

2020-03-11 Thread GitBox
pissang closed issue #12256: 关于“抗击肺炎”中世界地图的两个“几内亚”问题 URL: https://github.com/apache/incubator-echarts/issues/12256 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-echarts] pissang commented on issue #12256: 关于“抗击肺炎”中世界地图的两个“几内亚”问题

2020-03-11 Thread GitBox
pissang commented on issue #12256: 关于“抗击肺炎”中世界地图的两个“几内亚”问题 URL: https://github.com/apache/incubator-echarts/issues/12256#issuecomment-597602712 谢谢反馈,这个不是 echarts 提供的地图数据,相关团队正在处理该问题 This is an automated message from the

[GitHub] [incubator-echarts] pissang edited a comment on issue #12272: 4.6.0 饼图渐变色函数不工作,4.5.0工作正常

2020-03-11 Thread GitBox
pissang edited a comment on issue #12272: 4.6.0 饼图渐变色函数不工作,4.5.0工作正常 URL: https://github.com/apache/incubator-echarts/issues/12272#issuecomment-597598700 在 https://www.echartsjs.com/examples/zh/editor.html?c=pie-legend 上测试了没有问题 另外 color 属性应该放到 `itemStyle.normal` 下面

[GitHub] [incubator-echarts] pissang edited a comment on issue #12272: 4.6.0 饼图渐变色函数不工作,4.5.0工作正常

2020-03-11 Thread GitBox
pissang edited a comment on issue #12272: 4.6.0 饼图渐变色函数不工作,4.5.0工作正常 URL: https://github.com/apache/incubator-echarts/issues/12272#issuecomment-597598700 在 https://www.echartsjs.com/examples/zh/editor.html?c=pie-legend 上测试了没有问题 另外把 color 应该放到 `itemStyle.normal` 下面

[incubator-echarts] branch typescript updated: ts: add types for themeRiver

2020-03-11 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch typescript in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/typescript by this push: new d202f01 ts: add types for

[GitHub] [incubator-echarts] pissang commented on issue #12270: 堆叠图数据相差较大时,显示数据标签,底层标签会被遮挡

2020-03-11 Thread GitBox
pissang commented on issue #12270: 堆叠图数据相差较大时,显示数据标签,底层标签会被遮挡 URL: https://github.com/apache/incubator-echarts/issues/12270#issuecomment-597593359 我们会在 5.0 对标签进行一次大的优化来解决这些问题 This is an automated message from the Apache Git

[GitHub] [incubator-echarts] pissang commented on issue #12269: 双Y轴设置显示X轴最大值和最小值

2020-03-11 Thread GitBox
pissang commented on issue #12269: 双Y轴设置显示X轴最大值和最小值 URL: https://github.com/apache/incubator-echarts/issues/12269#issuecomment-597593740 可否提供一个 demo 详细描述你的问题? This is an automated message from the Apache Git Service. To