[GitHub] Ovilia closed issue #9090: 配置项grid.tooltip.axisPointer.label.margin的数据类型错误?

2018-11-11 Thread GitBox
Ovilia closed issue #9090: 配置项grid.tooltip.axisPointer.label.margin的数据类型错误? URL: https://github.com/apache/incubator-echarts/issues/9090 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] Ovilia commented on issue #9382: type:time 输出时间不对

2018-11-11 Thread GitBox
Ovilia commented on issue #9382: type:time 输出时间不对 URL: https://github.com/apache/incubator-echarts/issues/9382#issuecomment-437786034 Use `'time'` type and format label use http://echarts.baidu.com/option.html#xAxis.axisLabel.formatter

[GitHub] Ovilia closed issue #9300: echarts3.8.5 - y轴 - min 使用回调函数后,y轴刻度不显示

2018-11-11 Thread GitBox
Ovilia closed issue #9300: echarts3.8.5 - y轴 - min 使用回调函数后,y轴刻度不显示 URL: https://github.com/apache/incubator-echarts/issues/9300 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] Ovilia closed issue #9223: Think about simulating click event of legend

2018-11-11 Thread GitBox
Ovilia closed issue #9223: Think about simulating click event of legend URL: https://github.com/apache/incubator-echarts/issues/9223 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] Ovilia closed issue #9165: TypeError: Cannot read property getWidth of null↵ at ZRender.getWidth

2018-11-11 Thread GitBox
Ovilia closed issue #9165: TypeError: Cannot read property getWidth of null↵ at ZRender.getWidth URL: https://github.com/apache/incubator-echarts/issues/9165 This is an automated message from the Apache Git Service. To

[GitHub] Ovilia edited a comment on issue #9332: 双grid时添加多yAxis时报错:xAxis and yAxis must use the same grid

2018-11-11 Thread GitBox
Ovilia edited a comment on issue #9332: 双grid时添加多yAxis时报错:xAxis and yAxis must use the same grid URL: https://github.com/apache/incubator-echarts/issues/9332#issuecomment-437785028 Seems to be a bug that axisLabel doesn't show when not giving min and max.

[GitHub] Ovilia commented on issue #9350: geojson GeometryCollection doesn't work

2018-11-11 Thread GitBox
Ovilia commented on issue #9350: geojson GeometryCollection doesn't work URL: https://github.com/apache/incubator-echarts/issues/9350#issuecomment-437784292 @mathiasleroy Please make a pull request to us and @pissang will have a further look. Thanks for your contribution!

[GitHub] Ovilia closed issue #9371: 自定义系列的 polygon 绘制,点击下钻和对应的散点图

2018-11-11 Thread GitBox
Ovilia closed issue #9371: 自定义系列的 polygon 绘制,点击下钻和对应的散点图 URL: https://github.com/apache/incubator-echarts/issues/9371 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] Ovilia closed issue #9367: 4.2版本toolbox的bar设置圆角半径无效

2018-11-11 Thread GitBox
Ovilia closed issue #9367: 4.2版本toolbox的bar设置圆角半径无效 URL: https://github.com/apache/incubator-echarts/issues/9367 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] Carolineliu opened a new issue #9382: type:time 输出时间不对

2018-11-11 Thread GitBox
Carolineliu opened a new issue #9382: type:time 输出时间不对 URL: https://github.com/apache/incubator-echarts/issues/9382 ### One-line summary [问题简述] 动态数据 输入年月日时分秒 -》 横坐标输出时分秒 -》数据量直接变成时分,不能准确的显示出来

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

2018-11-11 Thread GitBox
Ovilia closed issue #9377: 当柱状图 开启 yAxis 开启 scale: true 时候,柱子不是从X轴起始的地方开始画的,而是从下面开始 URL: https://github.com/apache/incubator-echarts/issues/9377 This is an automated message from the Apache Git Service. To respond to the

[GitHub] Ovilia commented on issue #9380: 版本4中当属于一个y轴的系列在legend中关闭时,该y轴如何自动隐藏,而不是只隐藏数字

2018-11-11 Thread GitBox
Ovilia commented on issue #9380: 版本4中当属于一个y轴的系列在legend中关闭时,该y轴如何自动隐藏,而不是只隐藏数字 URL: https://github.com/apache/incubator-echarts/issues/9380#issuecomment-437779721 Axis cannot know which series is using its axis index. So there's no way we can do this automatically. However, you can

[GitHub] Ovilia commented on issue #9381: 散点图当piecewise visualMap和y轴使用同一列数据时内容无法显示

2018-11-11 Thread GitBox
Ovilia commented on issue #9381: 散点图当piecewise visualMap和y轴使用同一列数据时内容无法显示 URL: https://github.com/apache/incubator-echarts/issues/9381#issuecomment-437779152 `dimension` should be 2 instead of 1. The data `[73, "Good", "Good"]` is in the form of `[xAxis value, yAxis value, data value]`,

[GitHub] Ovilia commented on issue #9322: line线图的动画效果只有从左到右的Easing吗?能不能提供从上到下或者从下到上的展开效果?

2018-11-11 Thread GitBox
Ovilia commented on issue #9322: line线图的动画效果只有从左到右的Easing吗?能不能提供从上到下或者从下到上的展开效果? URL: https://github.com/apache/incubator-echarts/issues/9322#issuecomment-437775772 Currently this is not supported and we have no easy way to implement this. Marked as new-feature.

[GitHub] Ovilia commented on issue #9341: events defined by `chart.on(eventName, ...` are not triggered

2018-11-11 Thread GitBox
Ovilia commented on issue #9341: events defined by `chart.on(eventName, ...` are not triggered URL: https://github.com/apache/incubator-echarts/issues/9341#issuecomment-437775417 I tried with option without series provided by @arashdalir , but the `rendered` and `finished` event is

[GitHub] Ovilia commented on issue #9342: 移动端强制横屏之后 X轴滚动条失效

2018-11-11 Thread GitBox
Ovilia commented on issue #9342: 移动端强制横屏之后 X轴滚动条失效 URL: https://github.com/apache/incubator-echarts/issues/9342#issuecomment-437773903 How was the transform implemented? By CSS transform rotate? This is an automated message

[GitHub] Ovilia commented on issue #9343: 如何在Echart中同一个Series对应多个legend?

2018-11-11 Thread GitBox
Ovilia commented on issue #9343: 如何在Echart中同一个Series对应多个legend? URL: https://github.com/apache/incubator-echarts/issues/9343#issuecomment-437773679 By using the same name with different series, user can toggle legend display at the same time. We are considering adding an all-in-one

[GitHub] Ovilia commented on issue #9347: Tooltip 模块,有类似 Highcharts 里的 Tooltip.shared ,或是 Grafana 里 Hover tooltip 的 All series / Single 的功能吗?

2018-11-11 Thread GitBox
Ovilia commented on issue #9347: Tooltip 模块,有类似 Highcharts 里的 Tooltip.shared ,或是 Grafana 里 Hover tooltip 的 All series / Single 的功能吗? URL: https://github.com/apache/incubator-echarts/issues/9347#issuecomment-437772649 Can you provide an image to show what you need?

[GitHub] Ovilia commented on issue #9300: echarts3.8.5 - y轴 - min 使用回调函数后,y轴刻度不显示

2018-11-11 Thread GitBox
Ovilia commented on issue #9300: echarts3.8.5 - y轴 - min 使用回调函数后,y轴刻度不显示 URL: https://github.com/apache/incubator-echarts/issues/9300#issuecomment-437771820 Could you please provide a full example at http://gallery.echartsjs.com/editor.html ?

[GitHub] Ovilia edited a comment on issue #9298: data points does not zoom with world map when progressive rendering is enabled

2018-11-11 Thread GitBox
Ovilia edited a comment on issue #9298: data points does not zoom with world map when progressive rendering is enabled URL: https://github.com/apache/incubator-echarts/issues/9298#issuecomment-437771611 I didn't reproduce when I add `progressiveThreshold: 10` to the effectScatter

[GitHub] Ovilia commented on issue #9298: data points does not zoom with world map when progressive rendering is enabled

2018-11-11 Thread GitBox
Ovilia commented on issue #9298: data points does not zoom with world map when progressive rendering is enabled URL: https://github.com/apache/incubator-echarts/issues/9298#issuecomment-437771611 I didn't reproduce when I add `progressiveThreshold: 10` to the effectScatter in

[GitHub] Ovilia commented on issue #8888: 箱线图宽度如何根据指定参数改变(How to set relative width for Boxplot)

2018-11-11 Thread GitBox
Ovilia commented on issue #: 箱线图宽度如何根据指定参数改变(How to set relative width for Boxplot) URL: https://github.com/apache/incubator-echarts/issues/#issuecomment-437764740 http://echarts.baidu.com/option.html#series-boxplot.boxWidth 可以设置百分比

[GitHub] Ovilia closed issue #9275: 箱线图Boxplot箱子宽度根据样本数量变化

2018-11-11 Thread GitBox
Ovilia closed issue #9275: 箱线图Boxplot箱子宽度根据样本数量变化 URL: https://github.com/apache/incubator-echarts/issues/9275 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] Ovilia closed issue #5969: 关系图之力导向图配置项中categories配置symbol无效

2018-11-11 Thread GitBox
Ovilia closed issue #5969: 关系图之力导向图配置项中categories配置symbol无效 URL: https://github.com/apache/incubator-echarts/issues/5969 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] Ovilia commented on issue #9270: Custom loader

2018-11-11 Thread GitBox
Ovilia commented on issue #9270: Custom loader URL: https://github.com/apache/incubator-echarts/issues/9270#issuecomment-437763688 Loading styles may differ greatly for varied requirements. So I guess this has to be done by DOM, or do you have other suggestions on how we could provide

[GitHub] Ovilia commented on issue #9171: fix #8009 & #5969, symbol symbolSize and opacity setting for category itemStyle in graph

2018-11-11 Thread GitBox
Ovilia commented on issue #9171: fix #8009 & #5969, symbol symbolSize and opacity setting for category itemStyle in graph URL: https://github.com/apache/incubator-echarts/pull/9171#issuecomment-437763358 @Vvvickie Thanks for your contribution!  Now you are one of the ECharts

[GitHub] Ovilia commented on issue #9249: echarts type:line 的图不支持animationDelay和animationDelayUpdate

2018-11-11 Thread GitBox
Ovilia commented on issue #9249: echarts type:line 的图不支持animationDelay和animationDelayUpdate URL: https://github.com/apache/incubator-echarts/issues/9249#issuecomment-437761723 确认了,折线图不支持这样的动画效果,暂时没有计划支持。 This is an

[GitHub] Ovilia closed issue #9249: echarts type:line 的图不支持animationDelay和animationDelayUpdate

2018-11-11 Thread GitBox
Ovilia closed issue #9249: echarts type:line 的图不支持animationDelay和animationDelayUpdate URL: https://github.com/apache/incubator-echarts/issues/9249 This is an automated message from the Apache Git Service. To respond to the

[GitHub] ToughRover opened a new issue #9381: 散点图当piecewise visualMap和y轴使用同一列数据时内容无法显示

2018-11-11 Thread GitBox
ToughRover opened a new issue #9381: 散点图当piecewise visualMap和y轴使用同一列数据时内容无法显示 URL: https://github.com/apache/incubator-echarts/issues/9381 ### One-line summary [问题简述] 散点图,当y轴选择一个离散型数据列,并且设置了离散的visualMap和y轴共享一列数据时,图上的点显示为空白

[GitHub] zhans1099 opened a new issue #9380: 版本4中当属于一个y轴的系列在legend中关闭时,该y轴如何自动隐藏,而不是只隐藏数字

2018-11-11 Thread GitBox
zhans1099 opened a new issue #9380: 版本4中当属于一个y轴的系列在legend中关闭时,该y轴如何自动隐藏,而不是只隐藏数字 URL: https://github.com/apache/incubator-echarts/issues/9380 ### One-line summary [问题简述] 版本4中当属于一个y轴的系列在legend中关闭时,该y轴如何自动隐藏,而不是只隐藏数字,如果只有一个Y轴的时候问题不大,但是当存在多个Y轴时,就会有这样的需求。 ### Version &

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

2018-11-11 Thread GitBox
cuijian-dexter commented on issue #9377: 当柱状图 开启 yAxis 开启 scale: true 时候,柱子不是从X轴起始的地方开始画的,而是从下面开始 URL: https://github.com/apache/incubator-echarts/issues/9377#issuecomment-437729021 @zhuzhiyuan 不用客气 This is an automated

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

2018-11-11 Thread GitBox
zhuzhiyuan commented on issue #9377: 当柱状图 开启 yAxis 开启 scale: true 时候,柱子不是从X轴起始的地方开始画的,而是从下面开始 URL: https://github.com/apache/incubator-echarts/issues/9377#issuecomment-437728375 果然可以,谢谢 This is an automated message from

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

2018-11-11 Thread GitBox
zhuzhiyuan removed a comment on issue #9377: 当柱状图 开启 yAxis 开启 scale: true 时候,柱子不是从X轴起始的地方开始画的,而是从下面开始 URL: https://github.com/apache/incubator-echarts/issues/9377#issuecomment-437727582 请问有npm版本吗 This is an automated

[GitHub] yy7054wyq5 commented on issue #6480: 桑基图如何实现点击一个node,高亮显示与之相连的link

2018-11-11 Thread GitBox
yy7054wyq5 commented on issue #6480: 桑基图如何实现点击一个node,高亮显示与之相连的link URL: https://github.com/apache/incubator-echarts/issues/6480#issuecomment-437665461 获得路径node和link,重新加样式,重新生成图表。。。 This is an automated message from the

[GitHub] zhans1099 commented on issue #2785: 当属于一个y轴的系列在legend中都关闭时,该y轴不会自动隐藏

2018-11-11 Thread GitBox
zhans1099 commented on issue #2785: 当属于一个y轴的系列在legend中都关闭时,该y轴不会自动隐藏 URL: https://github.com/apache/incubator-echarts/issues/2785#issuecomment-437652761 4里怎么实现同时隐藏纵坐标? This is an automated message from the Apache Git