Re: [I] [Bug] series-graph.markArea does not work [echarts]

2024-01-17 Thread via GitHub
larissac-bb commented on issue #19521: URL: https://github.com/apache/echarts/issues/19521#issuecomment-1897973263 Yeah I just think its weird that _markLine_ works as expected (using x and y coordinates), so why shouldn't _markArea_ work the same? -- This is an automated message from

Re: [PR] feat(sankey): Add sankey chart dataset support. [echarts]

2024-01-17 Thread via GitHub
github-actions[bot] commented on PR #19519: URL: https://github.com/apache/echarts/pull/19519#issuecomment-1897898279 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19519@5b19300 -- This is an automated message from the

Re: [I] Independent 'splitNumber' for Multiple Y-Axes in E-charts [echarts]

2024-01-17 Thread via GitHub
MatthiasMert commented on issue #19522: URL: https://github.com/apache/echarts/issues/19522#issuecomment-1897897626 You can adjust `splitNumber` individually for each `yAxis`. See [this

Re: [I] Independent 'splitNumber' for Multiple Y-Axes in E-charts [echarts]

2024-01-17 Thread via GitHub
Ovilia commented on issue #19522: URL: https://github.com/apache/echarts/issues/19522#issuecomment-1897893368 Is this the same problem as described in #19523? -- 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] Legend is not displayed when name repeats [echarts]

2024-01-17 Thread via GitHub
PIMBA commented on issue #18242: URL: https://github.com/apache/echarts/issues/18242#issuecomment-1897859609 any news? -- 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] [Bug] Chart Screen Distortion on Big Data Chart during DataZoom [echarts]

2024-01-17 Thread via GitHub
helgasoft commented on issue #19524: URL: https://github.com/apache/echarts/issues/19524#issuecomment-1897734198 usually ```animation: false``` fixes similar problems  please close issue if problem solved. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] 双Y坐标轴,设置scale: "true" ,特定数据下,显示效果图异常 [echarts]

2024-01-17 Thread via GitHub
helgasoft commented on issue #7074: URL: https://github.com/apache/echarts/issues/7074#issuecomment-1897715367 @YH-Chen, thank you for trying to keep this issue alive. Can't believe it's been around since 2017 嵐 That is a serious bug  for bars with ```yAxis.scale: true``` - [Demo

[I] [Bug] Chart Screen Distortion on Big Data Chart during DataZoom [echarts]

2024-01-17 Thread via GitHub
bbeas opened a new issue, #19524: URL: https://github.com/apache/echarts/issues/19524 ### Version 5.4.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=grid-multiple ### Steps to Reproduce 1. Quickly scroll to zoom in

Re: [I] [Bug] yAxis.minorSplitLine overlap xAxis.splitLine [echarts]

2024-01-17 Thread via GitHub
Airkro commented on issue #16378: URL: https://github.com/apache/echarts/issues/16378#issuecomment-1897670832 keep it -- 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] Add ability to graph Standard Deviation/Confidence Intervals/Error Bars on line and bar charts [echarts]

2024-01-17 Thread via GitHub
agurtovoy commented on issue #4645: URL: https://github.com/apache/echarts/issues/4645#issuecomment-1896949323 For anyone else who is looking, here's another example: https://echarts.apache.org/examples/en/editor.html?c=custom-error-bar -- This is an automated message from the Apache Git

Re: [I] [Bug] yAxis.minorSplitLine overlap xAxis.splitLine [echarts]

2024-01-17 Thread via GitHub
github-actions[bot] commented on issue #16378: URL: https://github.com/apache/echarts/issues/16378#issuecomment-1896694376 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not

Re: [I] [Bug] turn off the highlighting effect on mouse over [echarts]

2024-01-17 Thread via GitHub
github-actions[bot] commented on issue #16383: URL: https://github.com/apache/echarts/issues/16383#issuecomment-1896694530 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not

Re: [I] [Bug] Dynamic Data + Time Axis [echarts]

2024-01-17 Thread via GitHub
github-actions[bot] commented on issue #16319: URL: https://github.com/apache/echarts/issues/16319#issuecomment-1896694124 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not

Re: [PR] feat(brush): support brush selection on line series [echarts]

2024-01-17 Thread via GitHub
spuyet commented on PR #19193: URL: https://github.com/apache/echarts/pull/19193#issuecomment-1896667906 @alxnddr @Ovilia any news about this PR being merged ? -- 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] [Bug] Stacked bar chart is missing a bar when log scale is used [echarts]

2024-01-17 Thread via GitHub
helgasoft commented on issue #19517: URL: https://github.com/apache/echarts/issues/19517#issuecomment-1896601884 I think **data transformation** is a developer's task, it should not be part of any charting library. Often data has to be modified to meet the needs of the chosen charting

Re: [I] [Bug] Stacked bar chart is missing a bar when log scale is used [echarts]

2024-01-17 Thread via GitHub
kawsndriy commented on issue #19517: URL: https://github.com/apache/echarts/issues/19517#issuecomment-1896546277 > just replace '-' with 1 in the data and you'll get the exact same result That's essentially what [the PR is doing](https://github.com/apache/echarts/pull/19518) --

Re: [I] [Bug] Stacked bar chart is missing a bar when log scale is used [echarts]

2024-01-17 Thread via GitHub
helgasoft commented on issue #19517: URL: https://github.com/apache/echarts/issues/19517#issuecomment-1896514173 > Results in this nice looking image If you like the _matplot_ image, just replace '-' with 1 in the data and you'll get the exact [same

Re: [I] [Bug] Stacked bar chart is missing a bar when log scale is used [echarts]

2024-01-17 Thread via GitHub
kawsndriy commented on issue #19517: URL: https://github.com/apache/echarts/issues/19517#issuecomment-1896478645 I agree it might be misleading. I'd like to offer a few brief points for reconsideration: - Community Interest: There's been notable interest in this feature. Based on

Re: [I] [Bug] Independent 'splitNumber' for Multiple Y-Axes in E-charts [echarts]

2024-01-17 Thread via GitHub
helgasoft commented on issue #19523: URL: https://github.com/apache/echarts/issues/19523#issuecomment-1896313373 not-a-bug Please remove _alignTicks_ on both Y-axis for _splitNumber_ to work. Also please delete previous duplicated Feature issue you submitted. Thank you. -- This

Re: [I] [Bug] series-graph.markArea does not work [echarts]

2024-01-17 Thread via GitHub
helgasoft commented on issue #19521: URL: https://github.com/apache/echarts/issues/19521#issuecomment-1896250699 Graph chart has 5 different types of [coordinateSystem](https://echarts.apache.org/en/option.html#series-graph.coordinateSystem). I think _markArea_ makes sense only for

Re: [I] Add feature show/hide Series [echarts]

2024-01-17 Thread via GitHub
davidchalifoux commented on issue #15585: URL: https://github.com/apache/echarts/issues/15585#issuecomment-1896239469 +1 for needing this feature. -- 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

[I] [Bug] Independent 'splitNumber' for Multiple Y-Axes in E-charts [echarts]

2024-01-17 Thread via GitHub
balasahebbagal opened a new issue, #19523: URL: https://github.com/apache/echarts/issues/19523 ### Version 5.4.3 ### Link to Minimal Reproduction

[I] Independent 'splitNumber' for Multiple Y-Axes in E-charts [echarts]

2024-01-17 Thread via GitHub
balasahebbagal opened a new issue, #19522: URL: https://github.com/apache/echarts/issues/19522 ### What problem does this feature solve? I have observed a limitation in E-charts when it comes to plotting graphs with multiple Y-axes. particularly concerning the 'splitNumber'

Re: [I] [Bug] series-graph.markArea does not work [echarts]

2024-01-17 Thread via GitHub
larissac-bb commented on issue #19521: URL: https://github.com/apache/echarts/issues/19521#issuecomment-1895874927 Old issue that got closed: [series-graph.markArea does not work #14988](https://github.com/apache/echarts/issues/14988) -- This is an automated message from the Apache Git

[I] [Bug] series-graph.markArea does not work [echarts]

2024-01-17 Thread via GitHub
larissac-bb opened a new issue, #19521: URL: https://github.com/apache/echarts/issues/19521 ### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=graph ### Steps to Reproduce Try adding a markArea [(as

Re: [I] [Feature] tooltip如何只展示悬停的时间线信息 [echarts]

2024-01-17 Thread via GitHub
MatthiasMert commented on issue #19520: URL: https://github.com/apache/echarts/issues/19520#issuecomment-1895608131 `tooltip: {trigger: 'item}` should work -- 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

Re: [I] [Feature] tooltip如何只展示悬停的时间线信息 [echarts]

2024-01-17 Thread via GitHub
echarts-bot[bot] commented on issue #19520: URL: https://github.com/apache/echarts/issues/19520#issuecomment-1895592449 @HandsomeBrother 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

[I] [Feature] tooltip如何只展示悬停的时间线信息 [echarts]

2024-01-17 Thread via GitHub
HandsomeBrother opened a new issue, #19520: URL: https://github.com/apache/echarts/issues/19520 ### What problem does this feature solve? https://github.com/apache/echarts/assets/20573564/d698b6fe-03a5-4078-897c-a3766b823691;> 如图,悬停的时候,红框内的值去掉,只保留当前黄色线的值,也就是【意向】1132 ### What

Re: [I] [Bug] frame跳转页面时,echarts渲染宽度出问题 [echarts]

2024-01-17 Thread via GitHub
wmathor commented on issue #19508: URL: https://github.com/apache/echarts/issues/19508#issuecomment-1895533694 > I'm not familiar with your framework and cannot help you on choosing the correct object and event. > You may need to experiment to find what works. ok, thank you --

Re: [PR] Custom series enhance (next) [echarts]

2024-01-17 Thread via GitHub
HanochFnag commented on PR #12774: URL: https://github.com/apache/echarts/pull/12774#issuecomment-1895531323 Why is there no relevant explanation in the official configuration manual on the website after the update of the "clipPath" configuration option? -- This is an automated message

Re: [I] OCHL - candlestick problem [echarts]

2024-01-17 Thread via GitHub
typhoon1978 commented on issue #11990: URL: https://github.com/apache/echarts/issues/11990#issuecomment-1895503096 In 2024 the candlestick chart needs OCHL instead of standard OHLC, why? I wasted hours to understand this... -- This is an automated message from the Apache Git Service. To

Re: [I] [Feature] 求助大佬,如何实现如下的桑基图样式 [echarts]

2024-01-17 Thread via GitHub
ohYobbo commented on issue #18550: URL: https://github.com/apache/echarts/issues/18550#issuecomment-1895487634 > 能具体说下怎么做的吗。我现在没任何思路 我是用svg绘制实现的,自己设置坐标系,数据流转的线条用svg画,基本跟它效果一样 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] feat(sankey): Add sankey chart dataset support. [echarts]

2024-01-17 Thread via GitHub
echarts-bot[bot] commented on PR #19519: URL: https://github.com/apache/echarts/pull/19519#issuecomment-1895407896 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)

[PR] feat(sankey): Add sankey chart dataset support. [echarts]

2024-01-17 Thread via GitHub
zhaxnb opened a new pull request, #19519: URL: https://github.com/apache/echarts/pull/19519 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? Add sankey chart

(echarts-doc) branch master updated: fix: discourage using stacked bars/lines with log axes apache/echarts#19234

2024-01-17 Thread ovilia
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/echarts-doc.git The following commit(s) were added to refs/heads/master by this push: new 04380176 fix: discourage using stacked