Re: [I] MarkLine tied to axis instead of series [echarts]

2023-10-30 Thread via GitHub
carmolim commented on issue #13291: URL: https://github.com/apache/echarts/issues/13291#issuecomment-1786080815 Did you found a workaround? -- 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

Re: [I] [Bug] The default style of Tooltip element set as "white-space: nowrap" which breaks the tooltip.textStyle attribute [echarts]

2023-10-30 Thread via GitHub
Aarav238 commented on issue #19258: URL: https://github.com/apache/echarts/issues/19258#issuecomment-1785830179 I would like to work on 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

Re: [I] tooltip.textStyle.width It doesn't work. [echarts]

2023-10-30 Thread via GitHub
kenarp commented on issue #14211: URL: https://github.com/apache/echarts/issues/14211#issuecomment-1785412618 #19258 -- 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] Large data plot heatmap,resize render slow result download plot uncompleted [echarts]

2023-10-30 Thread via GitHub
AndreyPatseiko commented on issue #17302: URL: https://github.com/apache/echarts/issues/17302#issuecomment-1785377067 Have the same problems, when I want to render around 20_000 items. Also when I tried filter chart by visual map, rerender also take so slow. Simple example for

Re: [I] [Bug] Failed to build code: Unterminated string constant [echarts]

2023-10-30 Thread via GitHub
echarts-bot[bot] closed issue #19256: [Bug] Failed to build code: Unterminated string constant URL: https://github.com/apache/echarts/issues/19256 -- 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

Re: [I] [Bug] Failed to build code: Unterminated string constant [echarts]

2023-10-30 Thread via GitHub
plainheart commented on issue #19256: URL: https://github.com/apache/echarts/issues/19256#issuecomment-1784777872 Thanks for your report. Fixed in apache/echarts-www@e357bb932e1d7f87d3b377a5523d9aa85737f0b6 -- This is an automated message from the Apache Git Service. To respond to the

(echarts-www) branch master updated: fix(builder): only import `transform` component when version is v5. (apache/echarts#19256)

2023-10-30 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-www.git The following commit(s) were added to refs/heads/master by this push: new e357bb93 fix(builder): only import

[I] [Bug] Failed to build code: Unterminated string constant [echarts]

2023-10-30 Thread via GitHub
jia16866 opened a new issue, #19256: URL: https://github.com/apache/echarts/issues/19256 ### Version 4.9.0 ### Link to Minimal Reproduction customize download 4.9.0 fail ### Steps to Reproduce 1.customize download 2.select version 4.9.0 3.click

Re: [I] Bar Chart: Hide Bar which are having values 0 in them [echarts]

2023-10-30 Thread via GitHub
echarts-bot[bot] closed issue #19250: Bar Chart: Hide Bar which are having values 0 in them URL: https://github.com/apache/echarts/issues/19250 -- 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

Re: [I] Bar Chart: Hide Bar which are having values 0 in them [echarts]

2023-10-30 Thread via GitHub
Ovilia closed issue #19250: Bar Chart: Hide Bar which are having values 0 in them URL: https://github.com/apache/echarts/issues/19250 -- 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

Re: [I] Bar Chart: Hide Bar which are having values 0 in them [echarts]

2023-10-30 Thread via GitHub
Ovilia commented on issue #19250: URL: https://github.com/apache/echarts/issues/19250#issuecomment-1784543168 We do not have plan to support this for now. You may use custom series if you want. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] Bar Chart: Hide Bar which are having values 0 in them [echarts]

2023-10-30 Thread via GitHub
Ovilia commented on issue #19250: URL: https://github.com/apache/echarts/issues/19250#issuecomment-1784543303 Close for duplication -- 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

Re: [I] [Feature] eCharts: dataZoom only shows information for the first series if contains 2 serieses [echarts]

2023-10-30 Thread via GitHub
Ovilia commented on issue #19255: URL: https://github.com/apache/echarts/issues/19255#issuecomment-1784534411 I think you have to make the series you want to put into the dataZoom with a different xAxis and yAxis. I've made a