Re: [I] Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] 中国地图南海图例里如何渲染出各小岛数据? [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] 地球纹理和环境贴图在哪里下载 [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] [Bug] : Bar Chart: legend.selectMode = false is not working [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] [Bug] : Bar Chart: legend.selectMode = false is not working [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] echarts动态数据+时间坐标轴 内存溢出,页面崩溃 [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] echarts动态数据+时间坐标轴 内存溢出,页面崩溃 [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] [Bug] cannot export two connected charts with svg renderer / `getConnectedDataURL` broken with SVG renderer [echarts]

2023-11-06 Thread via GitHub
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

Re: [PR] feat(sampler): add min-max sampler function [echarts]

2023-11-06 Thread via GitHub
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

[PR] feat(sampler): add min-max sampler function [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] [Bug] cannot export two connected charts with svg renderer / `getConnectedDataURL` broken with SVG renderer [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] Canvas does not animate height [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] Canvas does not animate height [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] [Bug] 自定义symbol时引入透明空心圆的svg,如何设置线的端点不出现在icon中心位置 [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] How to show custom image inside bar chart tooltip? [echarts]

2023-11-06 Thread via GitHub
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: {

Re: [I] Tooltip which is provided in the “Stacked area chart” graph is not accessible using keyboard TAB keys. [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] [Bug] Stacked Line's y-axis displays incorrect values [echarts]

2023-11-06 Thread via GitHub
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

[I] [Bug] cannot export two connected charts with svg renderer / `getConnectedDataURL` broken with SVG renderer [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] treemap 设置 rich 后整体label不水平垂直居中 [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] treemap 设置 rich 后整体label不水平垂直居中 [echarts]

2023-11-06 Thread via GitHub
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,

Re: [I] 用graphic 拖动时,如何限制只能水平或者垂直拖动而不是任意拖动 [echarts]

2023-11-06 Thread via GitHub
junjielyu13 commented on issue #5132: URL: https://github.com/apache/echarts/issues/5132#issuecomment-1794683608 可以提供水平拖动具体的代码吗, 无论怎么修改位置,都无法改变任意拖动 ```javascript graphic: [ { type: 'line', shape: {

[I] [Bug] 自定义symbol时引入透明空心圆的svg,如何设置线的端点不出现在icon中心位置 [echarts]

2023-11-06 Thread via GitHub
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",

Re: [I] [Bug] 自定义symbol时引入透明空心圆的svg,如何设置线的端点不出现在icon中心位置 [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] 自定义symbol时引入透明svg文件,如何支持颜色的配置? [echarts]

2023-11-06 Thread via GitHub
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

Re: [I] How to show custom image inside bar chart tooltip? [echarts]

2023-11-06 Thread via GitHub
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