[GitHub] [echarts-doc] jiawulin001 opened a new pull request #234: Update document of areaStyle.origin

2022-03-24 Thread GitBox
jiawulin001 opened a new pull request #234: URL: https://github.com/apache/echarts-doc/pull/234 Update document for https://github.com/apache/echarts/pull/16719 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[echarts-doc] branch scale updated: feat(scatter.scale): add `number` for `scale`

2022-03-24 Thread susiwen8
This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a commit to branch scale in repository https://gitbox.apache.org/repos/asf/echarts-doc.git The following commit(s) were added to refs/heads/scale by this push: new 36d99f5 feat(scatter.scale): add `number`

[echarts-doc] branch scale created (now 8d99850)

2022-03-24 Thread susiwen8
This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a change to branch scale in repository https://gitbox.apache.org/repos/asf/echarts-doc.git. at 8d99850 Merge pull request #232 from mpolverini/patch-1 No new revisions were added by this update.

[GitHub] [echarts] plainheart commented on pull request #16719: feat: allow areaStyle.origin to take number as input

2022-03-24 Thread GitBox
plainheart commented on pull request #16719: URL: https://github.com/apache/echarts/pull/16719#issuecomment-1078694277 Hi @jiawulin001, thanks for your contribution to this new feature and this is just a reminder. Are you working on adding or planning to add this new area origin value for

[GitHub] [echarts] plainheart edited a comment on issue #16741: [Bug] series-bar.labelLayout. dx的值在图表容器大小改变后执行resize后并没有正确渲染到相应的比例位置

2022-03-24 Thread GitBox
plainheart edited a comment on issue #16741: URL: https://github.com/apache/echarts/issues/16741#issuecomment-1078679728 #16734 其实已经确认是个 bug 了,可以看到 `pending` 标签已被移除,但还没有被列入 milestone,所以可能还需要些时间去修复。 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [echarts] plainheart commented on issue #16741: [Bug] series-bar.labelLayout. dx的值在图表容器大小改变后执行resize后并没有正确渲染到相应的比例位置

2022-03-24 Thread GitBox
plainheart commented on issue #16741: URL: https://github.com/apache/echarts/issues/16741#issuecomment-1078679728 #16734 其实已经确认是个 bug 了,可以看到 `pending` 标签已被移除,但还没有被列入 mile stone,所以可能还需要些时间去修复。 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [echarts] pooch-tonic opened a new issue #10928: Axis tick auto align on multiaxis

2022-03-24 Thread GitBox
pooch-tonic opened a new issue #10928: URL: https://github.com/apache/echarts/issues/10928 ### What problem does this feature solve? I want to have a functionality which allows the user to have the same number of ticks on every parallel axis. i.e. I have 2 `yAxis`, but the auto t

[GitHub] [echarts] pissang closed issue #10928: Axis tick auto align on multiaxis

2022-03-24 Thread GitBox
pissang closed issue #10928: URL: https://github.com/apache/echarts/issues/10928 -- 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 unsubscribe, e-mail: commits-unsubscr.

[GitHub] [echarts] changfeng1800 opened a new issue #16744: [Feature] Confidence Band example with xAxis.type and yAxis.type equal "log"

2022-03-24 Thread GitBox
changfeng1800 opened a new issue #16744: URL: https://github.com/apache/echarts/issues/16744 ### What problem does this feature solve? I set xAxis.type from "category" to "log" in a Confidence Band example. The chart won't show right. You can run the attachment by browser.

[GitHub] [echarts] crazy-wang closed issue #16734: [Bug] series-bar.labelLayout. dx的值在图表容器大小改变后执行resize后并没有正确渲染到相应的比例位置

2022-03-24 Thread GitBox
crazy-wang closed issue #16734: URL: https://github.com/apache/echarts/issues/16734 -- 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 unsubscribe, e-mail: commits-unsubs

[GitHub] [echarts] crazy-wang commented on issue #16741: [Bug] series-bar.labelLayout. dx的值在图表容器大小改变后执行resize后并没有正确渲染到相应的比例位置

2022-03-24 Thread GitBox
crazy-wang commented on issue #16741: URL: https://github.com/apache/echarts/issues/16741#issuecomment-1078672209 > 这个是不是和 #16734 一样?为什么又开一个 issue? 不好意思。我看16734那个没有后续回复了,强制取消waiting-for:community标签了。不知道这个处理是算什么。 是这不算是个bug不打算处理。还是说这是个bug,会处理,只是时间问题。 所以又提醒了下。我现在把另一个关掉。请在这个上面答复。 --

[GitHub] [echarts] echarts-bot[bot] removed a comment on issue #11459: Missing total value of node in the formatter of sankey

2022-03-24 Thread GitBox
echarts-bot[bot] removed a comment on issue #11459: URL: https://github.com/apache/echarts/issues/11459#issuecomment-1078619899 This issue is labeled with `difficulty: easy`. @elephantme Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may w

[GitHub] [echarts] echarts-bot[bot] commented on issue #11459: Missing total value of node in the formatter of sankey

2022-03-24 Thread GitBox
echarts-bot[bot] commented on issue #11459: URL: https://github.com/apache/echarts/issues/11459#issuecomment-1078619899 This issue is labeled with `difficulty: easy`. @elephantme Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for

[GitHub] [echarts] elephantme opened a new issue #11459: Missing total value of node in the formatter of sankey

2022-03-24 Thread GitBox
elephantme opened a new issue #11459: URL: https://github.com/apache/echarts/issues/11459 ### Version 4.4.0 ### Steps to reproduce 官方示例上只使用了自定义formatter ```js myChart.showLoading(); $.get(ROOT_PATH 'data/asset/data/energy.json', function (data) { myChart.hideLo

[GitHub] [echarts] Ovilia commented on issue #16541: [Bug] : Minor ticks issue with time axis

2022-03-24 Thread GitBox
Ovilia commented on issue #16541: URL: https://github.com/apache/echarts/issues/16541#issuecomment-1078618442 You cannot ignore those only before the first and after the last. The only thing you can do is to hide the minor ticks all. -- This is an automated message from the Apache Git Se

[GitHub] [echarts] supermarcos commented on issue #11809: Add support for API for toolbox features like dataView, magicType

2022-03-24 Thread GitBox
supermarcos commented on issue #11809: URL: https://github.com/apache/echarts/issues/11809#issuecomment-1078618191 Hello! I saw you can call `dispatchAction({type: 'restore'})` as one of them, but I can't find how to invoke the others, if they're implemented this way. Any update on th

[GitHub] [echarts] pissang commented on issue #14502: treemap 设置 rich 后整体label不水平垂直居中

2022-03-24 Thread GitBox
pissang commented on issue #14502: URL: https://github.com/apache/echarts/issues/14502#issuecomment-1078617959 Looks the width and height are set to rectangle width and height to truncate texts in https://github.com/apache/echarts/blob/master/src/chart/treemap/TreemapView.ts#L1004 . But w

[GitHub] [echarts] Ovilia commented on pull request #12859: [FEATURE] [5.0] time axis label formatter

2022-03-24 Thread GitBox
Ovilia commented on pull request #12859: URL: https://github.com/apache/echarts/pull/12859#issuecomment-1078617518 > Hi @Ovilia is `interval: ['week']` supported ? I didn't find any documentation related to it. I also tried it in the latest version, but it didn't work. Week of year

[echarts] 01/01: Merge pull request #16704 from apache/fix-toolbox-text-position

2022-03-24 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git commit d3dbf1215a0ae0c5075efffb10b17fe4de37582c Merge: 6c721de ad7adc2 Author: Yi Shen AuthorDate: Fri Mar 25 11:16:04 2022 +0

[echarts] branch master updated (6c721de -> d3dbf12)

2022-03-24 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git. from 6c721de Merge pull request #16542 from susiwen8/fix-16539 add ad7adc2 fix(toolbox): fix toolbox title may be

[GitHub] [echarts] pissang closed issue #16472: [Bug] toolbox title is (still) cut by parent container

2022-03-24 Thread GitBox
pissang closed issue #16472: URL: https://github.com/apache/echarts/issues/16472 -- 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 unsubscribe, e-mail: commits-unsubscr.

[GitHub] [echarts] echarts-bot[bot] commented on pull request #16704: fix(toolbox): fix toolbox title may be outside of the chart

2022-03-24 Thread GitBox
echarts-bot[bot] commented on pull request #16704: URL: https://github.com/apache/echarts/pull/16704#issuecomment-1078612646 Congratulations! Your PR has been merged. Thanks for your contribution! 👍 -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [echarts] pissang merged pull request #16704: fix(toolbox): fix toolbox title may be outside of the chart

2022-03-24 Thread GitBox
pissang merged pull request #16704: URL: https://github.com/apache/echarts/pull/16704 -- 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 unsubscribe, e-mail: commits-unsu

[GitHub] [echarts] pissang closed issue #14833: Toolbox: icon title getting cut

2022-03-24 Thread GitBox
pissang closed issue #14833: URL: https://github.com/apache/echarts/issues/14833 -- 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 unsubscribe, e-mail: commits-unsubscr.

[GitHub] [echarts] jiawulin001 commented on issue #16743: dataZoom does not work with Tree charts

2022-03-24 Thread GitBox
jiawulin001 commented on issue #16743: URL: https://github.com/apache/echarts/issues/16743#issuecomment-1078567231 According to the documentation, dataZoom only supports rectangular coordinate by now. Tree chart seems not to be supported by this tool. -- This is an automated message from

[GitHub] [echarts] kangTaehee closed issue #16742: [Bug] series update

2022-03-24 Thread GitBox
kangTaehee closed issue #16742: URL: https://github.com/apache/echarts/issues/16742 -- 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 unsubscribe, e-mail: commits-unsubs

[GitHub] [echarts] kangTaehee commented on issue #16742: [Bug] series update

2022-03-24 Thread GitBox
kangTaehee commented on issue #16742: URL: https://github.com/apache/echarts/issues/16742#issuecomment-1078566050 Thanks to you, I was able to solve it well. Thank you for your help. ``` chart.setOption(option,{ replaceMerge: 'series'}); ``` -- This is an automated messag

[GitHub] [echarts] github-actions[bot] closed issue #12257: 主题河流图中渲染大量数据时拖拽缩放组件导致渲染bug

2022-03-24 Thread GitBox
github-actions[bot] closed issue #12257: URL: https://github.com/apache/echarts/issues/12257 -- 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 unsubscribe, e-mail: commi

[GitHub] [echarts] github-actions[bot] commented on issue #12257: 主题河流图中渲染大量数据时拖拽缩放组件导致渲染bug

2022-03-24 Thread GitBox
github-actions[bot] commented on issue #12257: URL: https://github.com/apache/echarts/issues/12257#issuecomment-1078297866 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 ope

[GitHub] [echarts] locinus commented on issue #12415: axis name and label overlaps when the nameLocation is 'center' or 'middle'

2022-03-24 Thread GitBox
locinus commented on issue #12415: URL: https://github.com/apache/echarts/issues/12415#issuecomment-1077843978 Same here. Any development? That renders terribly, and calculating manually nameGap is quite error-prone. ![image](https://user-images.githubusercontent.com/29314302/15997095

[GitHub] [echarts] AsrithaPrasanna opened a new issue #16743: dataZoom does not work with Tree charts

2022-03-24 Thread GitBox
AsrithaPrasanna opened a new issue #16743: URL: https://github.com/apache/echarts/issues/16743 ### Version 5.3.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce I am trying to add zoom in and out for my tree chart. Below are the option

[echarts] branch master updated (c2f4ac6 -> 6c721de)

2022-03-24 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git. from c2f4ac6 Merge pull request #16736 from apache/fix-radius-splitLine new 61ef71c fix(labelLine): update labelLi

[GitHub] [echarts] pissang merged pull request #16542: fix(labelLine): update labelLine `ignore`

2022-03-24 Thread GitBox
pissang merged pull request #16542: URL: https://github.com/apache/echarts/pull/16542 -- 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 unsubscribe, e-mail: commits-unsu

[GitHub] [echarts] pissang closed issue #16539: [Bug] LabelLine doesn't hide

2022-03-24 Thread GitBox
pissang closed issue #16539: URL: https://github.com/apache/echarts/issues/16539 -- 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 unsubscribe, e-mail: commits-unsubscr.

[GitHub] [echarts] echarts-bot[bot] commented on pull request #16542: fix(labelLine): update labelLine `ignore`

2022-03-24 Thread GitBox
echarts-bot[bot] commented on pull request #16542: URL: https://github.com/apache/echarts/pull/16542#issuecomment-1077756374 Congratulations! Your PR has been merged. Thanks for your contribution! 👍 -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [echarts] fchubu commented on issue #15780: Custom dataZoom slider handle icons have different sizes

2022-03-24 Thread GitBox
fchubu commented on issue #15780: URL: https://github.com/apache/echarts/issues/15780#issuecomment-1077708892 I'm having the same problem. -- 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 spe

[GitHub] [echarts] susiwen8 commented on a change in pull request #16542: fix(labelLine): update labelLine `ignore`

2022-03-24 Thread GitBox
susiwen8 commented on a change in pull request #16542: URL: https://github.com/apache/echarts/pull/16542#discussion_r834372062 ## File path: src/chart/pie/PieView.ts ## @@ -58,6 +58,7 @@ class PiePiece extends graphic.Sector { const seriesModel = data.hostModel as PieS

[GitHub] [echarts] pissang commented on a change in pull request #16542: fix(labelLine): update labelLine `ignore`

2022-03-24 Thread GitBox
pissang commented on a change in pull request #16542: URL: https://github.com/apache/echarts/pull/16542#discussion_r834368732 ## File path: src/chart/pie/PieView.ts ## @@ -58,6 +58,7 @@ class PiePiece extends graphic.Sector { const seriesModel = data.hostModel as PieSe

[GitHub] [echarts] susiwen8 commented on pull request #16542: fix(labelLine): update labelLine `ignore`

2022-03-24 Thread GitBox
susiwen8 commented on pull request #16542: URL: https://github.com/apache/echarts/pull/16542#issuecomment-1077683389 @pissang Thanks for the pointer -- 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

[GitHub] [echarts] plainheart commented on issue #16742: [Bug] series update

2022-03-24 Thread GitBox
plainheart commented on issue #16742: URL: https://github.com/apache/echarts/issues/16742#issuecomment-1077556290 If you want to remove the old series, you need to use `replaceMerge` or `notMerge`. Refer to [this document](https://echarts.apache.org/en/api.html#echartsInstance.setOption#:~

[GitHub] [echarts] plainheart commented on issue #16741: [Bug] series-bar.labelLayout. dx的值在图表容器大小改变后执行resize后并没有正确渲染到相应的比例位置

2022-03-24 Thread GitBox
plainheart commented on issue #16741: URL: https://github.com/apache/echarts/issues/16741#issuecomment-1077548880 这个是不是和 #16734 一样?为什么又开一个 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 go to

[echarts-theme-builder] branch refactor updated (5dabb4e -> dd7f72c)

2022-03-24 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch refactor in repository https://gitbox.apache.org/repos/asf/echarts-theme-builder.git. from 5dabb4e feat: color array add 3e77aab feat: add more configs add dd7f72c feat: add prev

[GitHub] [echarts] kangTaehee opened a new issue #16742: [Bug] series update

2022-03-24 Thread GitBox
kangTaehee opened a new issue #16742: URL: https://github.com/apache/echarts/issues/16742 ### Version 5.3.1 ### Link to Minimal Reproduction https://codesandbox.io/s/echart-series-update-sample-1umueh?file=/src/index.js ### Steps to Reproduce 1. Data from

[GitHub] [echarts] crazy-wang opened a new issue #16741: [Bug] series-bar.labelLayout. dx的值在图表容器大小改变后执行resize后并没有正确渲染到相应的比例位置

2022-03-24 Thread GitBox
crazy-wang opened a new issue #16741: URL: https://github.com/apache/echarts/issues/16741 ### Version echarts@5+ ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 柱状图,把label标签设置为顶部显示,然后通过设置dx控制位置,调整dx到合适位置后。 在视窗大小改变后,触发echarts的resize

[GitHub] [echarts] echarts-bot[bot] commented on issue #16741: [Bug] series-bar.labelLayout. dx的值在图表容器大小改变后执行resize后并没有正确渲染到相应的比例位置

2022-03-24 Thread GitBox
echarts-bot[bot] commented on issue #16741: URL: https://github.com/apache/echarts/issues/16741#issuecomment-1077470990 @crazy-wang 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

[GitHub] [echarts] bhaskerchari commented on issue #16723: Issue with Graphic element rendering performance issue

2022-03-24 Thread GitBox
bhaskerchari commented on issue #16723: URL: https://github.com/apache/echarts/issues/16723#issuecomment-1077464591 Hi Ravalika, I have also made this observation earlier while I was playing with graphics and I have gonethrough the same you have shared and I clearly see a performance

[GitHub] [echarts] OrestHk commented on issue #16740: [Bug] Line is not connected when a value is greatly out of min / max range (chrome)

2022-03-24 Thread GitBox
OrestHk commented on issue #16740: URL: https://github.com/apache/echarts/issues/16740#issuecomment-1077453633 Guess it's not related to echarts, as shown here : https://codesandbox.io/s/out-of-bound-canvas-line-7od7qg, the problem seems to be with canvas rendering on chromium based browse

[GitHub] [echarts] OrestHk opened a new issue #16740: [Bug] Line is not connected when a value is greatly out of min / max range (chrome)

2022-03-24 Thread GitBox
OrestHk opened a new issue #16740: URL: https://github.com/apache/echarts/issues/16740 ### Version 5.3.1 ### Link to Minimal Reproduction https://codesandbox.io/s/echarts-min-max-out-of-range-i6d7m2?file=/src/index.js ### Steps to Reproduce 1. Play with th

[GitHub] [echarts] Hunlongyu commented on issue #16738: [Feature] Toolbox feature custome icon add click style.

2022-03-24 Thread GitBox
Hunlongyu commented on issue #16738: URL: https://github.com/apache/echarts/issues/16738#issuecomment-1077412601 目前确实也是这么解决的。这样似乎自由度高一点,还好一点。 -- 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

[GitHub] [echarts] Hunlongyu closed issue #16738: [Feature] Toolbox feature custome icon add click style.

2022-03-24 Thread GitBox
Hunlongyu closed issue #16738: URL: https://github.com/apache/echarts/issues/16738 -- 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 unsubscribe, e-mail: commits-unsubsc

[GitHub] [echarts] plainheart commented on issue #16738: [Feature] Toolbox feature custome icon add click style.

2022-03-24 Thread GitBox
plainheart commented on issue #16738: URL: https://github.com/apache/echarts/issues/16738#issuecomment-1077366109 目前可以手动在 click handler 里面设置下颜色,例如: ```js myRecovery: { show: true, title: 'myRecovery', icon: 'path://M432.45,595.444c0,2.177-4.661,6.82-11.305,6.82c-6.4

[GitHub] [echarts] marcomaisel opened a new issue #16739: [Bug] Stacked line with areaStyle is displayed despite data having 0 values

2022-03-24 Thread GitBox
marcomaisel opened a new issue #16739: URL: https://github.com/apache/echarts/issues/16739 ### Version 5.3.1 ### Link to Minimal Reproduction https://jsfiddle.net/bh6rayzs/1/ ### Steps to Reproduce - Create a chart with two stacked series of type 'line' wit

[GitHub] [echarts] echarts-bot[bot] commented on issue #16738: [Feature] Toolbox feature custome icon add click style.

2022-03-24 Thread GitBox
echarts-bot[bot] commented on issue #16738: URL: https://github.com/apache/echarts/issues/16738#issuecomment-1077355045 @Hunlongyu 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

[GitHub] [echarts] Hunlongyu opened a new issue #16738: [Feature] Toolbox feature custome icon add click style.

2022-03-24 Thread GitBox
Hunlongyu opened a new issue #16738: URL: https://github.com/apache/echarts/issues/16738 ### What problem does this feature solve? Toolbox feature: The default icon color changes to blue when clicked, but the color of the custom icon does not change after clicking. (toolbox featur

[GitHub] [echarts] echarts-bot[bot] edited a comment on issue #16737: [Bug] Unable to highlight the whole row programmatically and 'mouseover' event not getting triggered for area in chart with no dat

2022-03-24 Thread GitBox
echarts-bot[bot] edited a comment on issue #16737: URL: https://github.com/apache/echarts/issues/16737#issuecomment-1077349109 -- 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

[GitHub] [echarts] echarts-bot[bot] commented on issue #16737: [Bug] Unable to highlight the whole row programmatically and 'mouseover' event not getting triggered for area in chart with no data

2022-03-24 Thread GitBox
echarts-bot[bot] commented on issue #16737: URL: https://github.com/apache/echarts/issues/16737#issuecomment-1077349109 @mohitjain0824 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

[GitHub] [echarts] mohitjain0824 opened a new issue #16737: [Bug]

2022-03-24 Thread GitBox
mohitjain0824 opened a new issue #16737: URL: https://github.com/apache/echarts/issues/16737 ### Version 5.3.1 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Code: `// prettier-ignore let dataAxis = ['点', '击', '柱', '子', '或', '者'

[GitHub] [echarts] echarts-bot[bot] closed issue #16737: [Bug]

2022-03-24 Thread GitBox
echarts-bot[bot] closed issue #16737: URL: https://github.com/apache/echarts/issues/16737 -- 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 unsubscribe, e-mail: commits-

[GitHub] [echarts] echarts-bot[bot] commented on issue #16737: [Bug]

2022-03-24 Thread GitBox
echarts-bot[bot] commented on issue #16737: URL: https://github.com/apache/echarts/issues/16737#issuecomment-1077348109 I'm sorry to close this issue for it lacks the necessary title. Please provide **a _descriptive_ and as _concise_ as possible title to describe your problems or requests*

[GitHub] [echarts] crazy-wang edited a comment on issue #16734: [Bug] series-bar.labelLayout. dx的值在图表容器大小改变后执行resize后并没有正确渲染到相应的比例位置

2022-03-24 Thread GitBox
crazy-wang edited a comment on issue #16734: URL: https://github.com/apache/echarts/issues/16734#issuecomment-1077313413 > @crazy-wang 我这无法复现你的问题 这样可以很快复现: 您进入这个链接,官方demo https://echarts.apache.org/examples/zh/editor.html?c=bar-background 然后添加几行我图中的代码,这个时候label标签在柱子中间位置了。如下图效

[GitHub] [echarts] jiawulin001 commented on pull request #16736: fix(splitLine): fix chart throws errors when `splitLine` is enabled in radius axis.

2022-03-24 Thread GitBox
jiawulin001 commented on pull request #16736: URL: https://github.com/apache/echarts/pull/16736#issuecomment-1077314252 @plainheart Thanks for your explanation! Literally a lesson to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [echarts] crazy-wang commented on issue #16734: [Bug] series-bar.labelLayout. dx的值在图表容器大小改变后执行resize后并没有正确渲染到相应的比例位置

2022-03-24 Thread GitBox
crazy-wang commented on issue #16734: URL: https://github.com/apache/echarts/issues/16734#issuecomment-1077313413 > @crazy-wang 我这无法复现你的问题 这样可以很快复现: 您进入这个链接,官方demo https://echarts.apache.org/examples/zh/editor.html?c=bar-background 然后添加几行我图中的代码,这个时候label标签在柱子中间位置了。如下图效果。然后您改变