[GitHub] [incubator-echarts] deyihu opened a new issue #10094: map polygon not support hole, Map rendering does not reflect the existence of holes

2019-03-12 Thread GitBox
deyihu opened a new issue #10094: map polygon not support hole,Map rendering 
does not reflect the existence of holes
URL: https://github.com/apache/incubator-echarts/issues/10094
 
 
   ### What problem does this feature solve?
   data(geojson) contains holes.
   It is hoped that the polygon can be hollowed out.
   
   render result
   
   
![2019-03-13_124623](https://user-images.githubusercontent.com/25998927/54254301-36e28c00-458e-11e9-8432-ef868180a0c9.png)
   
   
   expected result
   
   
![2019-03-13_124544](https://user-images.githubusercontent.com/25998927/54254380-75784680-458e-11e9-88ef-b65434c4095c.png)
   
   
   example https://codepen.io/deyihu/pen/JzOmPw
   
   
   
   ### What does the proposed API look like?
   
   ```js
   {
   "type": "FeatureCollection",
   "features": [
   {
   "type": "Feature",
   "geometry": {
   "type": "Polygon",
   "coordinates": [
   [
   
   ],
   [
     hole
   ],
   ...holes
   ]
   },
   "properties": {
   "name": "未命名",
   "center": [
   120.56578933022251,
   31.291266809854267
   ]
   }
   }
   ]
   }
   
   ```
   
   
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #10094: map polygon not support hole, Map rendering does not reflect the existence of holes

2019-03-12 Thread GitBox
echarts-robot[bot] commented on issue #10094: map polygon not support hole,Map 
rendering does not reflect the existence of holes
URL: 
https://github.com/apache/incubator-echarts/issues/10094#issuecomment-472280563
 
 
   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   Have a nice day! 


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] lijianxin1202 commented on issue #9829: tooltip x-axis has multi value

2019-03-12 Thread GitBox
lijianxin1202 commented on issue #9829: tooltip x-axis has multi value
URL: 
https://github.com/apache/incubator-echarts/issues/9829#issuecomment-472274468
 
 
   options:
   ```json
   {
 "animation": false,
 "color": [
   "#c23531",
   "#2f4554",
   "#61a0a8",
   "#d48265",
   "#91c7ae",
   "#749f83",
   "#ca8622",
   "#bda29a",
   "#6e7074",
   "#546570",
   "#c4ccd3"
 ],
 "gradientColor": ["#f6efa6", "#d88273", "#bf444c"],
 "textStyle": {
   "fontFamily": "sans-serif",
   "fontSize": 12,
   "fontStyle": "normal",
   "fontWeight": "normal"
 },
 "animationDuration": 1000,
 "animationDurationUpdate": 300,
 "animationEasing": "exponentialOut",
 "animationEasingUpdate": "cubicOut",
 "animationThreshold": 2000,
 "progressiveThreshold": 3000,
 "progressive": 400,
 "hoverLayerThreshold": 3000,
 "useUTC": false,
 "yAxis": [
   {
 "splitLine": {
   "lineStyle": { "color": "rgba(244,244,244,.5)", "width": 1, "type": 
"solid" },
   "show": true
 },
 "axisTick": { "show": false, "inside": false, "length": 5, 
"lineStyle": { "width": 1 } },
 "axisLine": {
   "show": false,
   "onZero": true,
   "onZeroAxisIndex": null,
   "lineStyle": { "color": "#333", "width": 1, "type": "solid" },
   "symbol": ["none", "none"],
   "symbolSize": [10, 15]
 },
 "type": "value",
 "interval": 15000,
 "min": 0,
 "max": 6,
 "axisLabel": {
   "rich": { "value": { "color": "#757575" }, "unit": { "color": 
"#a2a3a9" } },
   "show": true,
   "inside": false,
   "rotate": 0,
   "showMinLabel": null,
   "showMaxLabel": null,
   "margin": 8,
   "fontSize": 12
 },
 "boundaryGap": [0, 0],
 "splitNumber": 5,
 "show": true,
 "zlevel": 0,
 "z": 0,
 "inverse": false,
 "name": "",
 "nameLocation": "end",
 "nameRotate": null,
 "nameTruncate": { "maxWidth": null, "ellipsis": "...", "placeholder": 
"." },
 "nameTextStyle": {},
 "nameGap": 15,
 "silent": false,
 "triggerEvent": false,
 "tooltip": { "show": false },
 "axisPointer": {},
 "splitArea": {
   "show": false,
   "areaStyle": { "color": ["rgba(250,250,250,0.3)", 
"rgba(200,200,200,0.3)"] }
 },
 "offset": 0,
 "rangeEnd": null,
 "rangeStart": null
   }
 ],
 "xAxis": [
   {
 "axisLine": {
   "show": false,
   "onZero": true,
   "onZeroAxisIndex": null,
   "lineStyle": { "color": "#333", "width": 1, "type": "solid" },
   "symbol": ["none", "none"],
   "symbolSize": [10, 15]
 },
 "splitLine": {
   "show": false,
   "lineStyle": { "color": ["#ccc"], "width": 1, "type": "solid" }
 },
 "axisTick": {
   "lineStyle": { "color": "#dfdfdf", "width": 1 },
   "show": true,
   "inside": false,
   "length": 5
 },
 "axisLabel": {
   "color": "#a2a3a9",
   "show": true,
   "inside": false,
   "rotate": 0,
   "showMinLabel": null,
   "showMaxLabel": null,
   "margin": 8,
   "fontSize": 12
 },
 "type": "time",
 "boundaryGap": false,
 "splitNumber": 12,
 "scale": true,
 "min": "dataMin",
 "max": "dataMax",
 "show": true,
 "zlevel": 0,
 "z": 0,
 "inverse": false,
 "name": "",
 "nameLocation": "end",
 "nameRotate": null,
 "nameTruncate": { "maxWidth": null, "ellipsis": "...", "placeholder": 
"." },
 "nameTextStyle": {},
 "nameGap": 15,
 "silent": false,
 "triggerEvent": false,
 "tooltip": { "show": false },
 "axisPointer": { "status": "hide", "value": 1552450561000 },
 "splitArea": {
   "show": false,
   "areaStyle": { "color": ["rgba(250,250,250,0.3)", 
"rgba(200,200,200,0.3)"] }
 },
 "offset": 0,
 "rangeEnd": null,
 "rangeStart": null
   }
 ],
 "grid": [
   {
 "left": "50px",
 "top": "40px",
 "right": "30px",
 "bottom": "40px",
 "show": false,
 "zlevel": 0,
 "z": 0,
 "containLabel": false,
 "backgroundColor": "rgba(0,0,0,0)",
 "borderWidth": 1,
 "borderColor": "#ccc"
   }
 ],
 "series": [
   {
 "symbolSize": 8,
 "showSymbol": false,
 "lineStyle": { "width": 1, "color": "#63ccf8", "type": "solid" },
 "name": "0",
 "type": "line",
 "itemStyle": { "color": "#63ccf8" },
 

[GitHub] [incubator-echarts] ctc1995 commented on issue #10074: 在柱状图中设置markArea报错

2019-03-12 Thread GitBox
ctc1995 commented on issue #10074: 在柱状图中设置markArea报错
URL: 
https://github.com/apache/incubator-echarts/issues/10074#issuecomment-472259425
 
 
   @pissang 你好!请问一下,这个是什么原因呢?


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #10093: echarts4柱状图两根柱子重叠,怎样让这一组数据都根绝这个最大值显示到右边?

2019-03-12 Thread GitBox
echarts-robot[bot] closed issue #10093: echarts4柱状图两根柱子重叠,怎样让这一组数据都根绝这个最大值显示到右边?
URL: https://github.com/apache/incubator-echarts/issues/10093
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] renxiao1218 opened a new issue #10093: echarts4柱状图两根柱子重叠,怎样让这一组数据都根绝这个最大值显示到右边?

2019-03-12 Thread GitBox
renxiao1218 opened a new issue #10093: echarts4柱状图两根柱子重叠,怎样让这一组数据都根绝这个最大值显示到右边?
URL: https://github.com/apache/incubator-echarts/issues/10093
 
 
   
   
   This issue is not created by 
[echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will 
be soon closed.
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #10093: echarts4柱状图两根柱子重叠,怎样让这一组数据都根绝这个最大值显示到右边?

2019-03-12 Thread GitBox
echarts-robot[bot] commented on issue #10093: 
echarts4柱状图两根柱子重叠,怎样让这一组数据都根绝这个最大值显示到右边?
URL: 
https://github.com/apache/incubator-echarts/issues/10093#issuecomment-472241863
 
 
   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 maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] pgh147 commented on issue #9718: symbol自定义图片后点击图例进行显示隐藏后自定义的图片不显示

2019-03-12 Thread GitBox
pgh147 commented on issue #9718: symbol自定义图片后点击图例进行显示隐藏后自定义的图片不显示
URL: 
https://github.com/apache/incubator-echarts/issues/9718#issuecomment-472238018
 
 
   +1


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #10092: Echarts官方文档没有标明normal属性,望及时更新

2019-03-12 Thread GitBox
echarts-robot[bot] closed issue #10092: Echarts官方文档没有标明normal属性,望及时更新
URL: https://github.com/apache/incubator-echarts/issues/10092
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] jyp114110 opened a new issue #10092: Echarts官方文档没有标明normal属性,望及时更新

2019-03-12 Thread GitBox
jyp114110 opened a new issue #10092: Echarts官方文档没有标明normal属性,望及时更新
URL: https://github.com/apache/incubator-echarts/issues/10092
 
 
   normal 属性官方文档没有标明
markLine: {
 symbol: '',
 data: [
   {
 type: 'average',
 name: '平均值',
 lineStyle: {
   normal: {
 // 必须有normal配置 才会生效 但官方文档没有写
 type: 'dashed',
 color: 'red'
   }
 }
   }
 ]
   },
   
   itemStyle: {
 // 必须有normal配置 才会生效 但官方文档没有写
 normal: {
   color: 'skyblue'
 }
   }


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] deqingli merged pull request #10084: Update sankey diagram with levels setting, reducing code size and so on.

2019-03-12 Thread GitBox
deqingli merged pull request #10084: Update sankey diagram with levels setting, 
reducing code size and so on.
URL: https://github.com/apache/incubator-echarts/pull/10084
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] deqingli closed issue #10077: Variable interval on xAxis

2019-03-12 Thread GitBox
deqingli closed issue #10077: Variable interval on xAxis
URL: https://github.com/apache/incubator-echarts/issues/10077
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] deqingli commented on issue #10086: 折线图 tooltip 溢出边界 可不可以scrollable (How to make the echarts tooltip scrollable? )

2019-03-12 Thread GitBox
deqingli commented on issue #10086: 折线图 tooltip 溢出边界 可不可以scrollable (How to 
make the echarts tooltip scrollable? )
URL: 
https://github.com/apache/incubator-echarts/issues/10086#issuecomment-471970060
 
 
   Tooltip is an HTML essentially, you can do anything just like you do with 
HTML.


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] deqingli closed issue #10086: 折线图 tooltip 溢出边界 可不可以scrollable (How to make the echarts tooltip scrollable? )

2019-03-12 Thread GitBox
deqingli closed issue #10086: 折线图 tooltip 溢出边界 可不可以scrollable (How to make the 
echarts tooltip scrollable? )
URL: https://github.com/apache/incubator-echarts/issues/10086
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] deqingli closed issue #10081: 怎样设置动态柱状图的初始数

2019-03-12 Thread GitBox
deqingli closed issue #10081: 怎样设置动态柱状图的初始数
URL: https://github.com/apache/incubator-echarts/issues/10081
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] deqingli commented on issue #10081: 怎样设置动态柱状图的初始数

2019-03-12 Thread GitBox
deqingli commented on issue #10081: 怎样设置动态柱状图的初始数
URL: 
https://github.com/apache/incubator-echarts/issues/10081#issuecomment-471962651
 
 
You can reference this 
[demo](https://www.echartsjs.com/examples/editor.html?c=dynamic-data).


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] AaronAlphabet opened a new issue #8408: 桑基图显示排序问题

2019-03-12 Thread GitBox
AaronAlphabet opened a new issue #8408: 桑基图显示排序问题
URL: https://github.com/apache/incubator-echarts/issues/8408
 
 
   
   
   
   ### One-line summary [问题简述]
   
   桑基图排序仍然有一些问题,请帮忙查看
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.1.0
   + Browser version [浏览器类型和版本]: chrome 
   + OS Version [操作系统类型和版本]: win10
   
   ### Expected behaviour [期望结果]
   按照可控的某个顺序执行,并且不要出现这样的交叉显示
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
 series: {
   type: 'sankey',
   layout:'none',
   data: [
 {
   name: 'a',
   itemStyle: {
 color: 'rgb(70, 235, 255)'
   }
 },
 {
   name: 'b',
   itemStyle: {
 color: 'rgb(0, 255, 255)'
   }
 },
 {
   name: 'b1',
   itemStyle: {
 color: 'rgb(42, 245, 148)'
   }
 },
 {
   name: 'b2',
   itemStyle: {
 color: 'rgb(42, 245, 148)'
   }
 },
 {
   name: 'c',
   itemStyle: {
 color: 'rgb(0, 255, 255)'
   }
 },
 {
   name: 'c1',
   itemStyle: {
 color: 'rgb(253, 230, 52)'
   }
 },
 {
   name: 'c2',
   itemStyle: {
 color: 'rgb(253, 230, 52)'
   }
 }
   ],
   links: [
 {
   source: 'a',
   target: 'b',
   value: 10
 },
 {
   source: 'a',
   target: 'c',
   value: 10
 },
 {
   source: 'b',
   target: 'b1',
   value: 7
 },
 {
   source: 'b',
   target: 'b2',
   value: 3
 },
 {
   source: 'c',
   target: 'c1',
   value: 8
 },
 {
   source: 'c',
   target: 'c2',
   value: 2
 },
   ]
   }
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   >  最后一列出现交叉,我已经尝试各种数据排列的方式,实在是没法解决,请帮忙看下,谢谢 ~~~
   
   
![default](https://user-images.githubusercontent.com/29876424/40551571-f35d7412-606f-11e8-82c2-0030564a1bab.png)
   @deqingli 


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] AaronAlphabet opened a new issue #8408: 桑基图显示排序问题

2019-03-12 Thread GitBox
AaronAlphabet opened a new issue #8408: 桑基图显示排序问题
URL: https://github.com/apache/incubator-echarts/issues/8408
 
 
   
   
   
   ### One-line summary [问题简述]
   
   桑基图排序仍然有一些问题,请帮忙查看
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.1.0
   + Browser version [浏览器类型和版本]: chrome 
   + OS Version [操作系统类型和版本]: win10
   
   ### Expected behaviour [期望结果]
   按照可控的某个顺序执行,并且不要出现这样的交叉显示
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
 series: {
   type: 'sankey',
   layout:'none',
   data: [
 {
   name: 'a',
   itemStyle: {
 color: 'rgb(70, 235, 255)'
   }
 },
 {
   name: 'b',
   itemStyle: {
 color: 'rgb(0, 255, 255)'
   }
 },
 {
   name: 'b1',
   itemStyle: {
 color: 'rgb(42, 245, 148)'
   }
 },
 {
   name: 'b2',
   itemStyle: {
 color: 'rgb(42, 245, 148)'
   }
 },
 {
   name: 'c',
   itemStyle: {
 color: 'rgb(0, 255, 255)'
   }
 },
 {
   name: 'c1',
   itemStyle: {
 color: 'rgb(253, 230, 52)'
   }
 },
 {
   name: 'c2',
   itemStyle: {
 color: 'rgb(253, 230, 52)'
   }
 }
   ],
   links: [
 {
   source: 'a',
   target: 'b',
   value: 10
 },
 {
   source: 'a',
   target: 'c',
   value: 10
 },
 {
   source: 'b',
   target: 'b1',
   value: 7
 },
 {
   source: 'b',
   target: 'b2',
   value: 3
 },
 {
   source: 'c',
   target: 'c1',
   value: 8
 },
 {
   source: 'c',
   target: 'c2',
   value: 2
 },
   ]
   }
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   >  最后一列出现交叉,我已经尝试各种数据排列的方式,实在是没法解决,请帮忙看下,谢谢 ~~~
   
   
![default](https://user-images.githubusercontent.com/29876424/40551571-f35d7412-606f-11e8-82c2-0030564a1bab.png)
   @deqingli 


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #8408: 桑基图显示排序问题

2019-03-12 Thread GitBox
echarts-robot[bot] commented on issue #8408: 桑基图显示排序问题
URL: 
https://github.com/apache/incubator-echarts/issues/8408#issuecomment-471934234
 
 
   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 maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #8408: 桑基图显示排序问题

2019-03-12 Thread GitBox
echarts-robot[bot] closed issue #8408: 桑基图显示排序问题
URL: https://github.com/apache/incubator-echarts/issues/8408
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] deqingli closed issue #7369: 如何改变sankey数据在X轴和Y轴方向上的位置

2019-03-12 Thread GitBox
deqingli closed issue #7369: 如何改变sankey数据在X轴和Y轴方向上的位置
URL: https://github.com/apache/incubator-echarts/issues/7369
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] deqingli commented on issue #7369: 如何改变sankey数据在X轴和Y轴方向上的位置

2019-03-12 Thread GitBox
deqingli commented on issue #7369: 如何改变sankey数据在X轴和Y轴方向上的位置
URL: 
https://github.com/apache/incubator-echarts/issues/7369#issuecomment-471933362
 
 
   #6365 


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] MarvelSQ commented on issue #10024: 雷达图name使用富文本,tooltip会显示多余样式名称‘{a|....}’

2019-03-12 Thread GitBox
MarvelSQ commented on issue #10024: 雷达图name使用富文本,tooltip会显示多余样式名称‘{a|}’
URL: 
https://github.com/apache/incubator-echarts/issues/10024#issuecomment-471933387
 
 
   radar中的指示器和折线图的`category`轴是具有类似性质的东西,但是在tooltip的表现方式却不相同


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] deqingli commented on issue #6365: Echart 桑基图内是否可以定义一个node显示的层级?

2019-03-12 Thread GitBox
deqingli commented on issue #6365: Echart 桑基图内是否可以定义一个node显示的层级?
URL: 
https://github.com/apache/incubator-echarts/issues/6365#issuecomment-471932882
 
 
   @All,  I have accomplished this feature which will be released in 4.3.0.  
   
   ## Specify depth for each node
   
   You can specify the `depth` of each node with the following way:
   
   ``` js
   nodes: [{'name': 'A', 'depth': 0}, ..]
   ```
   Here the `depth` works the same way as `layer` in [Sankey Diagram 
Generator](https://sankey.csaladen.es/) @CapDuan. 
   
## Specify the alignment of node
   
   Also if you don't like all the leaves node is on the last depth, we provide 
the attribute `nodeAlign` in Sankey.series like the following: 
   
   ``` js
   series: [{
  //  which can 'justify' or 'right', the default value is 'justify'.
   nodeAlign: 'left'
   }]
   ```
   Which decide the alignment of the node.


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] bugweili commented on issue #10089: Datazoom在手机上无法缩放

2019-03-12 Thread GitBox
bugweili commented on issue #10089: Datazoom在手机上无法缩放
URL: 
https://github.com/apache/incubator-echarts/issues/10089#issuecomment-471930301
 
 
   在官网的官方示例页面上,我点击侧边栏饼图 但菜单上高亮的却是柱状图菜单。分开点击没有问题,比如我进来直接点击第三个菜单饼图 这时候显示是正常的 
但进来页面会默认显示第一个菜单栏折线图,这时候我点击柱状图就会有问题,多刷新几次就可以复现。有时候本身是在饼图页面 
多刷新几次侧边栏的高亮会变成柱状图选项,多刷新几次必现 ___提不了issues只能在这里回答了


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10024: 雷达图name使用富文本,tooltip会显示多余样式名称‘{a|....}’

2019-03-12 Thread GitBox
Ovilia commented on issue #10024: 雷达图name使用富文本,tooltip会显示多余样式名称‘{a|}’
URL: 
https://github.com/apache/incubator-echarts/issues/10024#issuecomment-471929641
 
 
   @100pah 帮忙看下这个是不是 bug


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] bugweili opened a new issue #10091: 官网示例左边的侧边栏上有一个样式问题

2019-03-12 Thread GitBox
bugweili opened a new issue #10091: 官网示例左边的侧边栏上有一个样式问题
URL: https://github.com/apache/incubator-echarts/issues/10091
 
 
   Version
   4.2.1
   
   Steps to reproduce
   在官网的官方示例页面上,我点击侧边栏饼图 但菜单上高亮的却是柱状图菜单。分开点击没有问题,比如我进来直接点击第三个菜单饼图 这时候显示是正常的 
但进来页面会默认显示第一个菜单栏折线图,这时候我点击柱状图就会有问题,多刷新几次就可以复现。有时候本身是在饼图页面 
多刷新几次侧边栏的高亮会变成柱状图选项,多刷新几次必现
   
   What is expected?
   点击相应的侧边栏菜单对应的菜单高亮。
   
   What is actually happening?
   进入官网示例点击第二个菜单栏


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #10091: 官网示例左边的侧边栏上有一个样式问题

2019-03-12 Thread GitBox
echarts-robot[bot] commented on issue #10091: 官网示例左边的侧边栏上有一个样式问题
URL: 
https://github.com/apache/incubator-echarts/issues/10091#issuecomment-471926969
 
 
   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 maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] MarvelSQ commented on issue #10024: 雷达图name使用富文本,tooltip会显示多余样式名称‘{a|....}’

2019-03-12 Thread GitBox
MarvelSQ commented on issue #10024: 雷达图name使用富文本,tooltip会显示多余样式名称‘{a|}’
URL: 
https://github.com/apache/incubator-echarts/issues/10024#issuecomment-471923053
 
 
   @Ovilia 请问如何能实现指示器名称的居中?
   目前name的style中没有提供`align`属性。
   tooltip中的`formatter`也不能访问指示器数据。
   目前的解决方案是直接通过tooltip的formatter修改提示内容
   
   https://www.echartsjs.com/examples/editor.html?c=bar-rich-text
   
   在这个例子中,y轴的label也使用了富文本,tooltip修改`item`触发时,也不会出现样式名称


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #10090: 官网有个小bug,点击响应的菜单样式显示有误

2019-03-12 Thread GitBox
echarts-robot[bot] commented on issue #10090: 官网有个小bug,点击响应的菜单样式显示有误
URL: 
https://github.com/apache/incubator-echarts/issues/10090#issuecomment-471917626
 
 
   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 maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #10090: 官网有个小bug,点击响应的菜单样式显示有误

2019-03-12 Thread GitBox
echarts-robot[bot] closed issue #10090: 官网有个小bug,点击响应的菜单样式显示有误
URL: https://github.com/apache/incubator-echarts/issues/10090
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] bugweili opened a new issue #10090: 官网有个小bug,点击响应的菜单样式显示有误

2019-03-12 Thread GitBox
bugweili opened a new issue #10090: 官网有个小bug,点击响应的菜单样式显示有误
URL: https://github.com/apache/incubator-echarts/issues/10090
 
 
   在官网的官方示例页面上,我点击侧边栏饼图 但菜单上高亮的却是柱状图菜单。分开点击没有问题,比如我进来直接点击第三个菜单饼图 这时候显示是正常的 
但进来页面会默认显示第一个菜单栏折线图,这时候我点击柱状图就会有问题,多刷新几次就可以复现。有时候本身是在饼图页面 
多刷新几次侧边栏的高亮会变成柱状图选项,多刷新几次必现


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10024: 雷达图name使用富文本,tooltip会显示多余样式名称‘{a|....}’

2019-03-12 Thread GitBox
Ovilia commented on issue #10024: 雷达图name使用富文本,tooltip会显示多余样式名称‘{a|}’
URL: 
https://github.com/apache/incubator-echarts/issues/10024#issuecomment-471900982
 
 
   这个不是 bug,`formatter` 和 `rich` 不能这么配合着用罢了……


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #9305: Uncaught DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or

2019-03-12 Thread GitBox
Ovilia commented on issue #9305: Uncaught DOMException: Failed to execute 
'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas 
element with a width or height of 0.
URL: 
https://github.com/apache/incubator-echarts/issues/9305#issuecomment-471890866
 
 
   你需要在点击加载地图的时候,先判断先当前是不是有 `setTimeout(function (){mapCharts.resize(); }, 
500)` 这个返回的数字,有的话在加载图表前先 `clearTimeout` 一下。


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #9829: tooltip x-axis has multi value

2019-03-12 Thread GitBox
Ovilia commented on issue #9829: tooltip x-axis has multi value
URL: 
https://github.com/apache/incubator-echarts/issues/9829#issuecomment-471889539
 
 
   @lijianxin1202 Could you provide the code to reproduce this?


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10010: 散点图的渲染,设置yAxis的min和max

2019-03-12 Thread GitBox
Ovilia commented on issue #10010:  散点图的渲染,设置yAxis的min和max
URL: 
https://github.com/apache/incubator-echarts/issues/10010#issuecomment-471886965
 
 
   除了散点图之外,所有图表类型都应该做这个检查。工作量较大,下个版本再支持。


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10034: xAxis.data 传入一个长度只有1的数组时,控制台报错

2019-03-12 Thread GitBox
Ovilia commented on issue #10034: xAxis.data 传入一个长度只有1的数组时,控制台报错
URL: 
https://github.com/apache/incubator-echarts/issues/10034#issuecomment-471885214
 
 
   似乎是 dataZoom 引起的 bug


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10060: echart 4.1.0 3D地图 如何设置飞线的弧度

2019-03-12 Thread GitBox
Ovilia commented on issue #10060: echart 4.1.0 3D地图  如何设置飞线的弧度
URL: 
https://github.com/apache/incubator-echarts/issues/10060#issuecomment-471883419
 
 
   似乎没有看到相关配置项,@pissang 帮忙看下


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10058: 能改dataZoom控制点的两个图标吗

2019-03-12 Thread GitBox
Ovilia commented on issue #10058: 能改dataZoom控制点的两个图标吗
URL: 
https://github.com/apache/incubator-echarts/issues/10058#issuecomment-471881872
 
 
   请问什么情况下有这个需求?


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



Re: [VOTE] Release Apache ECharts (incubating) 4.2.1 (release candidate 3)

2019-03-12 Thread Dave Fisher
Hi -

+1 (binding)

I checked:
Signature.
Hash.
RAT Check
DISCLAIMER
LICENSE
NOTICE

Once the VOTE passes we need to discuss the download page setup for the 
ECharts.apache.org website.

Regards,
Dave

> On Mar 5, 2019, at 10:58 PM, SHUANG SU  wrote:
> 
> I am pleased to be calling this vote for the release of Apache ECharts
> (incubating) 4.2.1 (release candidate 3).
> 
> Apache ECharts community has voted and approved the release.
> 
> Vote thread:
> https://lists.apache.org/thread.html/6f555bdb3bdc23ac9e260116738af779d4dff7b7e21f77c0a3369905@%3Cdev.echarts.apache.org%3E
> 
> Results thread:
> https://lists.apache.org/thread.html/54a63e2208330dd68c39bdcb5bd444301d0eb8580d433d1ac3fe4500@%3Cdev.echarts.apache.org%3E
> 
> The release candidate to be voted over is available at:
> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.2.1-rc.3/
> 
> The release candidate is signed with a GPG key available at:
> https://dist.apache.org/repos/dist/dev/incubator/echarts/KEYS
> 
> The Git commit for this release is:
> https://gitbox.apache.org/repos/asf?p=incubator-echarts.git;a=commit;h=1a2e990
> 
> The Release Note is available in:
> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.2.1-rc.3/RELEASE_NOTE.txt
> 
> Some shell commands for validating the release:
> 
> ```shell
> # Download the release:
> curl
> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.2.1-rc.3/apache-echarts-4.2.1-rc.3-incubating-src.zip
> -o apache-echarts-4.2.1-rc.3-incubating-src.zip
> unzip apache-echarts-4.2.1-rc.3-incubating-src.zip -d
> apache-echarts-4.2.1-rc.3-incubating-src > /dev/null
> 
> # Rebuild the project (Node.js environment is required):
> cd "apache-echarts-4.2.1-rc.3-incubating-src" && npm install && cd ..
> node "apache-echarts-4.2.1-rc.3-incubating-src/build/build.js" --release
> # (See help: `node
> "apache-echarts-4.2.1-rc.3-incubating-src/build/build.js" --help`)
> ```
> 
> 
> Please vote on releasing this package as:
> Apache ECharts (incubating) 4.2.1 (release candidate 3)
> by "2019-03-09T07:42:38.040Z".
> 
> [ ] +1 Release this package
> [ ] 0 I don't feel strongly about it, but don't object
> [ ] -1 Do not release this package because...
> 
> Anyone can participate in testing and voting, not just committers, please
> feel free to try out the release candidate and provide your votes.
> 
> 
> --
> Su Shuang (100pah)
> --


-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #8553: 坐标轴刻度标签【强制显示所有标签】的设置出现BUG

2019-03-12 Thread GitBox
Ovilia closed issue #8553: 坐标轴刻度标签【强制显示所有标签】的设置出现BUG
URL: https://github.com/apache/incubator-echarts/issues/8553
 
 
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #8553: 坐标轴刻度标签【强制显示所有标签】的设置出现BUG

2019-03-12 Thread GitBox
Ovilia commented on issue #8553: 坐标轴刻度标签【强制显示所有标签】的设置出现BUG
URL: 
https://github.com/apache/incubator-echarts/issues/8553#issuecomment-471877081
 
 
   4.2.1 版本没有复现这个问题,请试一下吧~ 
   https://gallery.echartsjs.com/editor.html?c=xN2YuqcTrH=1


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] GFwer commented on issue #10079: scroll event may prevent after use inside dataZoom

2019-03-12 Thread GitBox
GFwer commented on issue #10079: scroll event may prevent after use inside 
dataZoom
URL: 
https://github.com/apache/incubator-echarts/issues/10079#issuecomment-471872179
 
 
   @pissang I've update the code [codepen](https://codepen.io/gfwer/pen/maJGNz)
   even I set `preventDefaultMouseMove` to `false`,it still can 't scroll page 


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] xxyyyzz opened a new issue #10089: Datazoom在手机上无法缩放

2019-03-12 Thread GitBox
xxyyyzz opened a new issue #10089: Datazoom在手机上无法缩放
URL: https://github.com/apache/incubator-echarts/issues/10089
 
 
   ### Version
   4.2.1-rc.3
   
   ### Steps to reproduce
   
4.2.1-rc.3版本datazoom的type设置为'inside',在手机上只能左右平移,无法进行双指缩放。我使用3.8.5版本是可以进行双指缩放的。
   
   ### What is expected?
   在手机上能够进行双指缩放。
   
   ### What is actually happening?
   datazoom的type设置为'inside',在手机上只能左右平移,无法进行双指缩放。
   
   
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #10089: Datazoom在手机上无法缩放

2019-03-12 Thread GitBox
echarts-robot[bot] commented on issue #10089: Datazoom在手机上无法缩放
URL: 
https://github.com/apache/incubator-echarts/issues/10089#issuecomment-471870976
 
 
   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   Have a nice day! 


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] yaoningvital edited a comment on issue #9383: echarts渲染不出来报错

2019-03-12 Thread GitBox
yaoningvital edited a comment on issue #9383: echarts渲染不出来报错
URL: 
https://github.com/apache/incubator-echarts/issues/9383#issuecomment-471868890
 
 
   I have solved this problem in my project.
   
   When I debuged my project, it would sometimes log the errors like this:
   
![image](https://user-images.githubusercontent.com/17041261/54177227-7ba5ee80-44cc-11e9-9aaa-f8e26799ec00.png)
   
   From the errors tips, it significantly show that this error appeared when 
execute this code:
   ```
   this.ctx.dpr = this.dpr
   ```
   in `Layer.js` 、`Painter.js`、`zrender.js` etc.
   
   So I detect the Layer.js file, in `node_modules\zrender\lib\Layer.js` , I 
saw this code in a function named 'initContext':
   ```
   initContext: function () {
   this.ctx = this.dom.getContext('2d');
   this.ctx.dpr = this.dpr;
 },
   ```
   
   I modified this function to the code below:
   ```
   initContext: function () {
   this.ctx = this.dom.getContext('2d');
   try {
 this.ctx.dpr = this.dpr;
   } catch (e) {
 setTimeout(() => {
   location.reload()
 }, 500)
   }
 },
   ```
And the bug resolved.
   
   I think this is a iOS bug happened occasionally, when the Layer.js or other 
Javascript library execute the command like `this.ctx = 
this.dom.getContext('2d');`,the lib find `this.dom` is not found, `this.dom` 
here represent the HTMLCanvasElement. It exactly is a canvas element in most 
time, when the iOS javascript engines display correctly, but sometimes it would 
not,  it was not found instead.  So `this.ctx` is `null`, so it will throw 
error when execute `this.ctx.dpr = this.dpr;`.
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] yaoningvital commented on issue #9383: echarts渲染不出来报错

2019-03-12 Thread GitBox
yaoningvital commented on issue #9383: echarts渲染不出来报错
URL: 
https://github.com/apache/incubator-echarts/issues/9383#issuecomment-471868890
 
 
   I have solved this problem in my project.
   
   When I debuged my project, it would sometimes log the errors like this:
   
![image](https://user-images.githubusercontent.com/17041261/54177227-7ba5ee80-44cc-11e9-9aaa-f8e26799ec00.png)
   
   From the errors tips, it significantly show that this error appeared when 
execute this code:
   ```
   this.ctx.dpr = this.dpr
   ```
   in `Layer.js` 、`Painter.js`、`zrender.js` etc.
   
   So I detect the Layer.js file, in `node_modules\zrender\lib\Layer.js` , I 
saw this code in a function named 'initContext':
   ```
   initContext: function () {
   this.ctx = this.dom.getContext('2d');
   this.ctx.dpr = this.dpr;
 },
   ```
   
   I modified this function to the code below:
   ```
   initContext: function () {
   this.ctx = this.dom.getContext('2d');
   try {
 this.ctx.dpr = this.dpr;
   } catch (e) {
 setTimeout(() => {
   location.reload()
 }, 500)
   }
 },
   ```
And the bug resolved.
   
   I think this is a iOS bug happened occasionally, when the Layer.js or other 
Javascript library execute the command like `this.ctx = 
this.dom.getContext('2d');`,the lib find `this.dom` is not found, `this.dom` 
here represent the HTMLCanvasElement, so `this.ctx` is `null`, so it will throw 
error when execute 
   `this.ctx.dpr = this.dpr;`.
   


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 go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org