FuryDragon closed issue #13138:
URL: https://github.com/apache/incubator-echarts/issues/13138
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
This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/master by this push:
new eb396f2 doc: update readme
eb396f2 i
Ovilia merged pull request #13149:
URL: https://github.com/apache/incubator-echarts/pull/13149
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
echarts-bot[bot] commented on pull request #13149:
URL:
https://github.com/apache/incubator-echarts/pull/13149#issuecomment-675860511
Congratulations! Your PR has been merged. Thanks for your contribution! 👍
This is an autom
This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch fix-readme
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.
at e59dd8d doc: update readme
No new revisions were added by this update.
---
Ovilia opened a new pull request #13149:
URL: https://github.com/apache/incubator-echarts/pull/13149
Update readme.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
echarts-bot[bot] commented on issue #13148:
URL:
https://github.com/apache/incubator-echarts/issues/13148#issuecomment-675824354
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
jay0815 opened a new issue #13148:
URL: https://github.com/apache/incubator-echarts/issues/13148
### Version
4.8.0
### Reproduction link
[https://jsfiddle.net/ge6937tu/5/](https://jsfiddle.net/ge6937tu/5/)
### Steps to reproduce
Look at the chart.
first and second
lh8725473 commented on issue #10828:
URL:
https://github.com/apache/incubator-echarts/issues/10828#issuecomment-675823571
我也遇到了同样的问题,请问如何解决的。现在只能dispose() 重新初始化,这样性能肯定比较差
This is an automated message from the Apache Git Serv
plainheart commented on pull request #128:
URL:
https://github.com/apache/incubator-echarts-doc/pull/128#issuecomment-675810662
If it's necessary to let the popover follow the width of search content, it
may not be better to use the CSS3 feature `width: max-content` here. Using
`width: au
plainheart edited a comment on issue #13114:
URL:
https://github.com/apache/incubator-echarts/issues/13114#issuecomment-675802271
恐怕还是转义问题,使用 `JSON.stringify` 序列化之后的字符串中包含的 `\u` 空字符如
[这里](https://stackoverflow.com/questions/48668314/javascript-json-parse-with-u)
所说,应当被转义一次。
```
plainheart commented on issue #13114:
URL:
https://github.com/apache/incubator-echarts/issues/13114#issuecomment-675802271
恐怕还是转义问题,使用 `JSON.stringify` 序列化之后的字符串中包含的 `\u` 空字符如
[这里](https://stackoverflow.com/questions/48668314/javascript-json-parse-with-u)
所说,应当被转义一次。
```js
J
peach5460 commented on issue #13114:
URL:
https://github.com/apache/incubator-echarts/issues/13114#issuecomment-675791188
> 后端传回是什么?这是否是后端对 json 的处理有些问题?
最初的这个shape-line是前端js自动生成的,生成的时候我只设置了线段的两个端点的坐标值,id由echart自动生成。
后来我后端获取了这个line的值,对两个端点进行了修改后回传,发现前端就报错了。
一开始我以为是后端获取的时候字符集转换有
echarts-bot[bot] commented on issue #13147:
URL:
https://github.com/apache/incubator-echarts/issues/13147#issuecomment-675743046
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
hoshmn opened a new issue #13147:
URL: https://github.com/apache/incubator-echarts/issues/13147
### What problem does this feature solve?
I would like to use focusNodeAdjacency, but the "non-focused" nodes are too
transparent. I can currently specify itemStyles for 'emphasis' nodes; it w
namannehra opened a new issue #13146:
URL: https://github.com/apache/incubator-echarts/issues/13146
### Version
4.8.0
### Reproduction link
[https://jsfiddle.net/f0ampunx/](https://jsfiddle.net/f0ampunx/)
### Steps to reproduce
Look at the chart. 2 items should be rend
This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git
The following commit(s) were added to refs/heads/next by this push:
new eea4d0d (1) `npm run localsite` to
dr-itz commented on pull request #13100:
URL:
https://github.com/apache/incubator-echarts/pull/13100#issuecomment-675470177
> I only just realized that there is a `_lastDataByCoordSys` already, so
this might be simpler than this.
changed it to use that. It's simpler and works as exp
random-yang opened a new pull request #128:
URL: https://github.com/apache/incubator-echarts-doc/pull/128
### before:
### after:
The current search result‘s width minimum is 300px (same as before), and the
maximum is the maximum width of the current result.
-
susiwen8 commented on issue #13122:
URL:
https://github.com/apache/incubator-echarts/issues/13122#issuecomment-675416451
5.0 fix this issue, please try it.
This is an automated message from the Apache Git Service.
To respond
dr-itz commented on pull request #13100:
URL:
https://github.com/apache/incubator-echarts/pull/13100#issuecomment-675390990
I only just realized that there is a `_lastDataByCoordSys` already, so this
might be simpler than this.
Btw 😍 the move to TypeScript in `next`
--
congling0251 opened a new issue #13145:
URL: https://github.com/apache/incubator-echarts/issues/13145
### What problem does this feature solve?
when yAxis name position is middle, the position can't position from the
yAxis label, so it will overlap.
### What does the proposed API
100pah commented on issue #13114:
URL:
https://github.com/apache/incubator-echarts/issues/13114#issuecomment-675330090
\u 是个合法的 json 字符,
`'\0' === '\u'`
> 这些转义字符会导致后端处理完json后回传的时候 var op = JSON.parse(option);解析错误...
后端传回是什么?这是否是后端对 json 的处理有些问题?
-
susiwen8 commented on pull request #13141:
URL:
https://github.com/apache/incubator-echarts/pull/13141#issuecomment-675319627
> @pissang How can we assure `labelLine` is absolutely at top of canvas?
Cause we provide `z` and `zlevel` to user
I have tried `Infinity`, seem works. In or
yech1990 commented on issue #13144:
URL:
https://github.com/apache/incubator-echarts/issues/13144#issuecomment-675318726
https://github.com/apache/incubator-echarts/issues/4880#issuecomment-675304446
This is an automated me
echarts-bot[bot] commented on issue #13144:
URL:
https://github.com/apache/incubator-echarts/issues/13144#issuecomment-675318578
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
yech1990 opened a new issue #13144:
URL: https://github.com/apache/incubator-echarts/issues/13144
### What problem does this feature solve?
Draw the links in a customized order.
### What does the proposed API look like?
```javascript
option = {
series: {
susiwen8 commented on pull request #13141:
URL:
https://github.com/apache/incubator-echarts/pull/13141#issuecomment-675316954
@pissang How can we assure `labelLine` is absolutely at top of canvas? Cause
we provide `z` and `zlevel` to user
yech1990 commented on issue #4880:
URL:
https://github.com/apache/incubator-echarts/issues/4880#issuecomment-675304446
@deqingli 能否同样设置 link 的排序?即按照输入顺序来绘制link。
调整link的顺序后,render的结果不变,
看起来是以下这几行的导致的?
https://github.com/apache/incubator-echarts/blob/08bd44ae83efdf45be95f2b0bde
yech1990 edited a comment on issue #4880:
URL:
https://github.com/apache/incubator-echarts/issues/4880#issuecomment-675304446
@deqingli 能否同样设置 link 的排序?即按照输入顺序来绘制link。
目前调整link的顺序后,render的结果不变,
看起来是以下这几行的导致的?
https://github.com/apache/incubator-echarts/blob/08bd44ae83efdf45be
plainheart edited a comment on issue #13143:
URL:
https://github.com/apache/incubator-echarts/issues/13143#issuecomment-675296458
没有复现。https://codepen.io/plainheart/pen/YzqWvZw
提示:如果是图片,应当在其加载完成后再去导出。
This is an automated
This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/next by this push:
new 2deacbd feature: enable media query an
This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/next by this push:
new 2deacbd feature: enable media query an
plainheart commented on issue #13143:
URL:
https://github.com/apache/incubator-echarts/issues/13143#issuecomment-675296458
没有复现。https://codepen.io/plainheart/pen/YzqWvZw
This is an automated message from the Apache Git Servi
34 matches
Mail list logo