helgasoft commented on issue #19275:
URL: https://github.com/apache/echarts/issues/19275#issuecomment-1797959225
see also #18080 for another workaround option
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
helgasoft commented on issue #17295:
URL: https://github.com/apache/echarts/issues/17295#issuecomment-1797943483
see [this repo](https://github.com/echarts-maps) and [Demo
Code](https://echarts.apache.org/examples/en/editor.html?code=LYTwwgFghgTgLgOgM4QPYHcAyqoBMCWAdgOYAUAlANwBQAJAuhAKaGnUAE
BenJackGill commented on issue #19275:
URL: https://github.com/apache/echarts/issues/19275#issuecomment-1797909207
Thanks for the suggestion, but there are some problems with this solution:
1. This is rounding all series, not just the top series.
2. These bars are not stacked, they
helgasoft commented on issue #8182:
URL: https://github.com/apache/echarts/issues/8182#issuecomment-1797890796
https://github.com/apache/echarts/tree/master/test/data/map
https://echarts-maps.github.io/echarts-countries-js/preview.html
--
This is an automated message from the Apache Git
plainheart commented on issue #19271:
URL: https://github.com/apache/echarts/issues/19271#issuecomment-1797722422
Please notice the option is `selectedMode` instead of `selectMode`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
echarts-bot[bot] commented on issue #19271:
URL: https://github.com/apache/echarts/issues/19271#issuecomment-1797721268
@SonaliPI Please provide a demo for the issue either with [Official
Editor](https://echarts.apache.org/examples/editor.html),
[CodePen](https://codepen.io/Ovilia/pen/dyYWX
SSyyll0929 commented on issue #7125:
URL: https://github.com/apache/echarts/issues/7125#issuecomment-1797327733
有人解决这个问题没
--
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.
To
SSyyll0929 commented on issue #7125:
URL: https://github.com/apache/echarts/issues/7125#issuecomment-1797328892
> setInterval(function(){
myChart.clear();
myChart.setOption(option)
},
5000)
>
> 目前通过该方法可以解决内存泄漏问题 但是5秒页面闪一下 感觉有点恶心
有更好的方法吗
--
This is an automated message f
plainheart commented on issue #19278:
URL: https://github.com/apache/echarts/issues/19278#issuecomment-1797080818
Link to #18028. This is a known 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
echarts-bot[bot] commented on PR #19279:
URL: https://github.com/apache/echarts/pull/19279#issuecomment-1796855208
Thanks for your contribution!
The community will review it ASAP. In the meanwhile, please checkout [the
coding standard](https://echarts.apache.org/en/coding-standard.html) a
snukhulov opened a new pull request, #19279:
URL: https://github.com/apache/echarts/pull/19279
## Brief Information
This pull request is in the type of:
- [ ] bug fixing
- [x] new feature
- [ ] others
### What does this PR do?
Add min-max sampler
helgasoft commented on issue #19278:
URL: https://github.com/apache/echarts/issues/19278#issuecomment-1796466122
**bug confirmed** for ```type: 'svg'```.
Works ok for default ```toolbox.feature.saveAsImage.type = 'png'```
--
This is an automated message from the Apache Git Service.
To r
github-actions[bot] closed issue #15962: Canvas does not animate height
URL: https://github.com/apache/echarts/issues/15962
--
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.
To u
github-actions[bot] commented on issue #15962:
URL: https://github.com/apache/echarts/issues/15962#issuecomment-1796431312
This issue has been automatically closed because it did not have recent
activity. If this remains to be a problem with the latest version of Apache
ECharts, please open
helgasoft commented on issue #19277:
URL: https://github.com/apache/echarts/issues/19277#issuecomment-1796403934
consider using a **non-transparent** SVG symbol/path to avoid seeing
line-ends through it.
Example:
```symbol:
'path://M15.422,18.129l-5.264-2.768l-5.265,2.768l1.006-5.863L
helgasoft commented on issue #19273:
URL: https://github.com/apache/echarts/issues/19273#issuecomment-1796363786
Maybe others may answer better for react native, I'm not familiar.
But if the issue is about **remote vs local** (or embedded) images then one
could use SVG :
```tooltip: {
helgasoft commented on issue #19276:
URL: https://github.com/apache/echarts/issues/19276#issuecomment-1796291757
not-a-bug, but a missing feature, see #14706
--
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
cesnietor commented on issue #17532:
URL: https://github.com/apache/echarts/issues/17532#issuecomment-1796281227
@A-Normal-User how did you solve it? I'm thinking either not doing stack at
all and explaining the points that overlap in a separate detailed component or
just hide the Y-axis v
kije opened a new issue, #19278:
URL: https://github.com/apache/echarts/issues/19278
### Version
5.4.3
### Link to Minimal Reproduction
https://github.com/kije/echarts/commit/7969c3cd8ef9a92d2ea9d3d60f6e59e2f03fe00f
### Steps to Reproduce
1. create two Echa
89466598946659 commented on issue #14502:
URL: https://github.com/apache/echarts/issues/14502#issuecomment-1794686026
您的邮件已收到!O(∩_∩)O!Pan
--
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 t
XHL-study commented on issue #14502:
URL: https://github.com/apache/echarts/issues/14502#issuecomment-1794685467
use this example in https://echarts.apache.org/examples/zh/editor.html
``` javascript
option = {
series: [
{
type: 'treemap',
left: 10,
junjielyu13 commented on issue #5132:
URL: https://github.com/apache/echarts/issues/5132#issuecomment-1794683608
可以提供水平拖动具体的代码吗, 无论怎么修改位置,都无法改变任意拖动
```javascript
graphic: [
{
type: 'line',
shape: {
YingML opened a new issue, #19277:
URL: https://github.com/apache/echarts/issues/19277
### Version
5.4.3
### Link to Minimal Reproduction
https://codepen.io/YingML/pen/MWLJyoe
### Steps to Reproduce
option = {
"yAxis": {
"type": "category",
echarts-bot[bot] commented on issue #19277:
URL: https://github.com/apache/echarts/issues/19277#issuecomment-1794607933
@YingML It seems you are not using English, I've helped translate the
content automatically. To make your issue understood by more people and get
helped, we'd like to sugg
YingML commented on issue #5213:
URL: https://github.com/apache/echarts/issues/5213#issuecomment-1794547038
path是透明空心圆的情况下,线的端点会出现在icon中心位置,如何设置线的端点不出现在icon的中心位置
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
KaustubhDTawate commented on issue #19273:
URL: https://github.com/apache/echarts/issues/19273#issuecomment-1794325084
Thanks for the previous response. Actually i have to render image inside
tooltip for react native application so what is the approach?
--
This is an automated message fro
26 matches
Mail list logo