[GitHub] maicss closed issue #8300: [功能][折线]能不能在一条折线的指定范围内显示成虚线?

2018-05-10 Thread GitBox
maicss closed issue #8300: [功能][折线]能不能在一条折线的指定范围内显示成虚线? URL: https://github.com/apache/incubator-echarts/issues/8300 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2

2018-05-10 Thread GitBox
kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2 URL: https://github.com/apache/incubator-echarts/issues/7029#issuecomment-388120365 It's been about half a year. Is this still being considered to implement? I am trying to use echarts 2 for this chart type but it's

[GitHub] kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2

2018-05-10 Thread GitBox
kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2 URL: https://github.com/apache/incubator-echarts/issues/7029#issuecomment-388120365 It's been about half a year. Is this still being considered to implement? I am trying to use echarts 2 for this chart type but it's

[GitHub] kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2

2018-05-10 Thread GitBox
kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2 URL: https://github.com/apache/incubator-echarts/issues/7029#issuecomment-388120365 It's been about half a year. Is this planning to be implemented? I am trying to use echarts 2 for this chart type but it's quite hard

[GitHub] nickelmatt opened a new issue #8320: Tooltip isn't visible when canvas is passed instead of div during init

2018-05-10 Thread GitBox
nickelmatt opened a new issue #8320: Tooltip isn't visible when canvas is passed instead of div during init URL: https://github.com/apache/incubator-echarts/issues/8320 When "echarts.init" is called and given a canvas as the parameter instead of a div, the tooltip div is appended as a

[GitHub] waitkafuka opened a new issue #8319: 3D绘制surface曲面中的问题

2018-05-10 Thread GitBox
waitkafuka opened a new issue #8319: 3D绘制surface曲面中的问题 URL: https://github.com/apache/incubator-echarts/issues/8319 3D surface图表中的数据坐标,有什么要求吗?按理说不是应该空间中任意三个不重合的点都可以绘制出一个面吗?为什么在实际中绘制不了呢? 代码: `var myChart = echarts.init(document.getElementsByClassName('chart-container')[0]); var

[GitHub] YzPaul3 commented on issue #6811: 关系图graph支持两个data节点之间多条link,每个link代表一种关系,并可以筛选?

2018-05-10 Thread GitBox
YzPaul3 commented on issue #6811: 关系图graph支持两个data节点之间多条link,每个link代表一种关系,并可以筛选? URL: https://github.com/apache/incubator-echarts/issues/6811#issuecomment-388041395 是目前还不支持吧? This is an automated message from the Apache Git

[GitHub] YzPaul3 commented on issue #8317: 能否让力导图节点之间有多条连线

2018-05-10 Thread GitBox
YzPaul3 commented on issue #8317: 能否让力导图节点之间有多条连线 URL: https://github.com/apache/incubator-echarts/issues/8317#issuecomment-388041180 同样建议,可以展示出两个节点之间的不同关系。目前只能转投向d3来实现 This is an automated message from the Apache Git

[GitHub] jeffmobiles commented on issue #8316: Uncaught Error: series.type should be specified.

2018-05-10 Thread GitBox
jeffmobiles commented on issue #8316: Uncaught Error: series.type should be specified. URL: https://github.com/apache/incubator-echarts/issues/8316#issuecomment-388039024 你这个问题完全是伸手党,不自己排查问题。 这个不是Issue啊, 你的series的type属性没有设置。 提示的问题也告诉了,series的type要指定。 var item = {

[GitHub] baoqger opened a new issue #8318: multiple tree共用一个root?

2018-05-10 Thread GitBox
baoqger opened a new issue #8318: multiple tree共用一个root? URL: https://github.com/apache/incubator-echarts/issues/8318 现在只支持left to right, 或者right-to-left的tree形图,如果left和right都需要的话,如何处理呢?想用multiple tree来模拟,但是又不能共用一个root,无法实现。

[GitHub] yanggaojun101 opened a new issue #8317: 能否让力导图节点之间有多条连线

2018-05-10 Thread GitBox
yanggaojun101 opened a new issue #8317: 能否让力导图节点之间有多条连线 URL: https://github.com/apache/incubator-echarts/issues/8317 目前两个节点无法有两条同向的线条 希望能像如图所示那样,两个节点之间可以有多条连线

[GitHub] ashen9 commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas

2018-05-10 Thread GitBox
ashen9 commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas URL: https://github.com/apache/incubator-echarts/issues/8281#issuecomment-387966513 引入了 import 'zrender/lib/svg/svg'; 发现问题了,使用 import 'zrender/src/svg/svg';可以,但是柱形图报错如下: Cannot read property '0' of null at

[GitHub] ashen9 commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas

2018-05-10 Thread GitBox
ashen9 commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas URL: https://github.com/apache/incubator-echarts/issues/8281#issuecomment-387966513 引入了 import 'zrender/lib/svg/svg'; This is an automated message from the