[GitHub] cuijian-dexter edited a comment on issue #8997: Pie chart adds filterValue parameter

2018-11-09 Thread GitBox
cuijian-dexter edited a comment on issue #8997: Pie chart adds filterValue parameter URL: https://github.com/apache/incubator-echarts/pull/8997#issuecomment-430475841 @100pah check it again.Thanks ```javascipt var option = { title: { text: '饼图标题',

[GitHub] cuijian-dexter commented on issue #9375: 图标为负数出题

2018-11-09 Thread GitBox
cuijian-dexter commented on issue #9375: 图标为负数出题 URL: https://github.com/apache/incubator-echarts/issues/9375#issuecomment-437553276 @zhuchangfeng You can filter negative data when processing data. Because negative values in pie charts are meaningless. Do you have negative special needs

[GitHub] cuijian-dexter edited a comment on issue #9379: saveAsImage – Specify path

2018-11-09 Thread GitBox
cuijian-dexter edited a comment on issue #9379: saveAsImage – Specify path URL: https://github.com/apache/incubator-echarts/issues/9379#issuecomment-437552923 @jbadilla I built an example. http://gallery.echartsjs.com/editor.html?c=xIKpCw9YjJ&v=1 ```javascript option={ too

[GitHub] cuijian-dexter edited a comment on issue #9379: saveAsImage – Specify path

2018-11-09 Thread GitBox
cuijian-dexter edited a comment on issue #9379: saveAsImage – Specify path URL: https://github.com/apache/incubator-echarts/issues/9379#issuecomment-437552923 @jbadilla I built an example. http://gallery.echartsjs.com/editor.html?c=xIKpCw9YjJ&v=1 ```javascript option = {

[GitHub] cuijian-dexter commented on issue #9379: saveAsImage – Specify path

2018-11-09 Thread GitBox
cuijian-dexter commented on issue #9379: saveAsImage – Specify path URL: https://github.com/apache/incubator-echarts/issues/9379#issuecomment-437552923 @jbadilla I built an example. http://gallery.echartsjs.com/editor.html?c=xIKpCw9YjJ&v=1 ```javascript option = { toolbox: {

[GitHub] cuijian-dexter commented on issue #9377: 当柱状图 开启 yAxis 开启 scale: true 时候,柱子不是从X轴起始的地方开始画的,而是从下面开始

2018-11-09 Thread GitBox
cuijian-dexter commented on issue #9377: 当柱状图 开启 yAxis 开启 scale: true 时候,柱子不是从X轴起始的地方开始画的,而是从下面开始 URL: https://github.com/apache/incubator-echarts/issues/9377#issuecomment-437552482 你可以下载最新版本4.2.0-rc.2 http://www.echartsjs.com/download.html

[GitHub] jbadilla opened a new issue #9379: saveAsImage – Specify path

2018-11-09 Thread GitBox
jbadilla opened a new issue #9379: saveAsImage – Specify path URL: https://github.com/apache/incubator-echarts/issues/9379 ### One-line summary [问题简述] I would like to be able to specify the path for the 'saveAsImage' file that is downloaded. Is that possible?

[GitHub] jbadilla closed issue #9378: onclick event on toolbox icon change

2018-11-09 Thread GitBox
jbadilla closed issue #9378: onclick event on toolbox icon change URL: https://github.com/apache/incubator-echarts/issues/9378 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] jbadilla opened a new issue #9378: onclick event on toolbox icon change

2018-11-09 Thread GitBox
jbadilla opened a new issue #9378: onclick event on toolbox icon change URL: https://github.com/apache/incubator-echarts/issues/9378 ### One-line summary [问题简述] can there be a toolbox['feature']['magicType']['onclick'] event on toolbox icon change? ### Vers

[GitHub] zhuzhiyuan opened a new issue #9377: 当柱状图 开启 yAxis 开启 scale: true 时候,柱子不是从X轴起始的地方开始画的,而是从下面开始

2018-11-09 Thread GitBox
zhuzhiyuan opened a new issue #9377: 当柱状图 开启 yAxis 开启 scale: true 时候,柱子不是从X轴起始的地方开始画的,而是从下面开始 URL: https://github.com/apache/incubator-echarts/issues/9377 echart version 3.8.5 npm install echarts 安装 option = {"color":["#50A1FD","#59CC76","#F8AC59"],"grid":{"top":"10%","left":"3

[GitHub] sxmpasch commented on issue #9375: 图标为负数出题

2018-11-09 Thread GitBox
sxmpasch commented on issue #9375: 图标为负数出题 URL: https://github.com/apache/incubator-echarts/issues/9375#issuecomment-437358667 1. In a pie chart, values may not be negative. 在饼图中,值可能不是负数。 ``` data:[ { name:"五号", value:80

[GitHub] SchnWalter commented on issue #9376: 官网demo缺少依赖

2018-11-09 Thread GitBox
SchnWalter commented on issue #9376: 官网demo缺少依赖 URL: https://github.com/apache/incubator-echarts/issues/9376#issuecomment-437353167 Yes, I know and I'm thankful for that. But now that the library is part of the Apache Incubator, which is great, it would be nice to gradually transition to

[GitHub] guoqn commented on issue #9349: showLoading操作不能自定义变量

2018-11-09 Thread GitBox
guoqn commented on issue #9349: showLoading操作不能自定义变量 URL: https://github.com/apache/incubator-echarts/issues/9349#issuecomment-437345758 > 可以参考 https://github.com/apache/incubator-echarts/blob/master/src/loading/default.js 实现自己的 loading 效果,使用 echarts.registerLoading 方法注册,参考 https://githu

[GitHub] guoqn removed a comment on issue #9349: showLoading操作不能自定义变量

2018-11-09 Thread GitBox
guoqn removed a comment on issue #9349: showLoading操作不能自定义变量 URL: https://github.com/apache/incubator-echarts/issues/9349#issuecomment-437343391 echarts [4.2.0-rc.2]似乎没有暴露这个 registerLoding api ... 另外,可否注册到主题中~ This is a

[GitHub] guoqn commented on issue #9349: showLoading操作不能自定义变量

2018-11-09 Thread GitBox
guoqn commented on issue #9349: showLoading操作不能自定义变量 URL: https://github.com/apache/incubator-echarts/issues/9349#issuecomment-437343391 echarts [4.2.0-rc.2]似乎没有暴露这个 registerLoding api ... 另外,可否注册到主题中~ This is an automa

[GitHub] kongminhao commented on issue #9376: 官网demo缺少依赖

2018-11-09 Thread GitBox
kongminhao commented on issue #9376: 官网demo缺少依赖 URL: https://github.com/apache/incubator-echarts/issues/9376#issuecomment-437343148 @SchnWalter Yeah, you know this project was developed by chinese company named baidu, so I use chinese, but i was glad to translate for you. Th

[GitHub] rgomesf edited a comment on issue #9352: Add labels to Tree series chart lines

2018-11-09 Thread GitBox
rgomesf edited a comment on issue #9352: Add labels to Tree series chart lines URL: https://github.com/apache/incubator-echarts/issues/9352#issuecomment-437338587 Hi @pissang . Sure. Here you go ![capture](https://user-images.githubusercontent.com/914653/48261296-836a5f00-e416-11e8

[GitHub] rgomesf commented on issue #9352: Add labels to Tree series chart lines

2018-11-09 Thread GitBox
rgomesf commented on issue #9352: Add labels to Tree series chart lines URL: https://github.com/apache/incubator-echarts/issues/9352#issuecomment-437338587 Hi @pissang . Sure. Here you go ![line labels](https://imgur.com/a/bHzqik1) Be able to format the lines as arrow would a

[GitHub] SchnWalter commented on issue #9376: 官网demo缺少依赖

2018-11-09 Thread GitBox
SchnWalter commented on issue #9376: 官网demo缺少依赖 URL: https://github.com/apache/incubator-echarts/issues/9376#issuecomment-437335818 Guys, could you please write in English? I've recently started watching in project, and I believe that it has no chance of graduating from the Apache I

[GitHub] Sulsummer edited a comment on issue #8649: echarts怎么让y轴数据离上边界有一定的距离

2018-11-09 Thread GitBox
Sulsummer edited a comment on issue #8649: echarts怎么让y轴数据离上边界有一定的距离 URL: https://github.com/apache/incubator-echarts/issues/8649#issuecomment-437318283 请问能否做到`x轴处于canvas垂直方向的中间`这种设置? @pissang This is an automated message

[GitHub] Sulsummer commented on issue #8649: echarts怎么让y轴数据离上边界有一定的距离

2018-11-09 Thread GitBox
Sulsummer commented on issue #8649: echarts怎么让y轴数据离上边界有一定的距离 URL: https://github.com/apache/incubator-echarts/issues/8649#issuecomment-437318283 请问能否做到`x轴处于canvas垂直方向的中间`这种设置? This is an automated message from the Apache Git

[GitHub] IanSmith123 commented on issue #9376: 官网demo缺少依赖

2018-11-09 Thread GitBox
IanSmith123 commented on issue #9376: 官网demo缺少依赖 URL: https://github.com/apache/incubator-echarts/issues/9376#issuecomment-437314034 👍 同样遇到该问题, 手动引入jquery之后解决,对新手稍微有点不友好 :) 。 This is an automated message from the Apache Git

[GitHub] kongminhao opened a new issue #9376: 官网demo出错

2018-11-09 Thread GitBox
kongminhao opened a new issue #9376: 官网demo出错 URL: https://github.com/apache/incubator-echarts/issues/9376 ### One-line summary [问题简述] http://echarts.baidu.com/examples/editor.html?c=graph-webkit-dep 从上述页面中下载的Demo缺少jQuery依赖 ### Version & Envi

[GitHub] zhuchangfeng opened a new issue #9375: 图标为负数出题

2018-11-09 Thread GitBox
zhuchangfeng opened a new issue #9375: 图标为负数出题 URL: https://github.com/apache/incubator-echarts/issues/9375 ### One-line summary [问题简述] ### Version & Environment [版本及环境] + ECharts version [ECharts 版本]: + Browser version [浏览器类型和版本]: + OS Version [操作

[GitHub] cuijian-dexter edited a comment on issue #8921: connectnulls not working properly with step chart

2018-11-09 Thread GitBox
cuijian-dexter edited a comment on issue #8921: connectnulls not working properly with step chart URL: https://github.com/apache/incubator-echarts/issues/8921#issuecomment-437301327 @vimalraj-ponnusamy ```javascript option = { title: { text: 'Step Line'

[GitHub] cuijian-dexter commented on issue #8921: connectnulls not working properly with step chart

2018-11-09 Thread GitBox
cuijian-dexter commented on issue #8921: connectnulls not working properly with step chart URL: https://github.com/apache/incubator-echarts/issues/8921#issuecomment-437301327 @vimalraj-ponnusamy ```javascript option = { title: { text: 'Step Line' },

[GitHub] vimalraj-ponnusamy commented on issue #8921: connectnulls not working properly with step chart

2018-11-09 Thread GitBox
vimalraj-ponnusamy commented on issue #8921: connectnulls not working properly with step chart URL: https://github.com/apache/incubator-echarts/issues/8921#issuecomment-437296371 @cuijian-dexter can you give the correct example for the same --

[GitHub] supercat1995 opened a new issue #9374: 如何让sankey图的边的层级低于节点的层级

2018-11-09 Thread GitBox
supercat1995 opened a new issue #9374: 如何让sankey图的边的层级低于节点的层级 URL: https://github.com/apache/incubator-echarts/issues/9374 ### One-line summary [问题简述] ![image](https://user-images.githubusercontent.com/20430045/48251899-1ec2fa80-e43e-11e8-897c-f6da7e931675.png) 如何让sank

[GitHub] CoderPoet commented on issue #8073: tooltip的fomatter模板字符串

2018-11-09 Thread GitBox
CoderPoet commented on issue #8073: tooltip的fomatter模板字符串 URL: https://github.com/apache/incubator-echarts/issues/8073#issuecomment-437290324 ![image](https://user-images.githubusercontent.com/19374680/48252112-c9d3b400-e43e-11e8-962e-d63fe9019373.png)

[GitHub] CoderPoet commented on issue #8073: tooltip的fomatter模板字符串

2018-11-09 Thread GitBox
CoderPoet commented on issue #8073: tooltip的fomatter模板字符串 URL: https://github.com/apache/incubator-echarts/issues/8073#issuecomment-437289272 是的,dataset模式确实有这个问题。并且其中的dataIndex也不是正确的数组下标,只能自己维护一个数组下标来提取到正确的数据了。 This is an aut

[GitHub] GLremove commented on issue #6545: dataZoom只能根据第一个series的数据生成缩略图

2018-11-09 Thread GitBox
GLremove commented on issue #6545: dataZoom只能根据第一个series的数据生成缩略图 URL: https://github.com/apache/incubator-echarts/issues/6545#issuecomment-437283744 请问解决了这个问题吗? This is an automated message from the Apache Git Service. To res