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

2023-11-23 Thread via GitHub
BenJackGill commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1825152935 @Ovilia thank you so much for this. I have been playing around with it for the last few days trying to get it working on my project. But I am having a lot of trouble

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

2023-11-20 Thread via GitHub
Ovilia closed issue #19275: Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts URL: https://github.com/apache/echarts/issues/19275 -- 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

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

2023-11-20 Thread via GitHub
Ovilia commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1818788239 I tried to make this a new feature but it seems unnatural to support this in the current pipeline. So I made [this

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

2023-11-16 Thread via GitHub
BenJackGill commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1814518220 Amazing! I think there are other people who want all series rounded as [seen here](https://github.com/apache/echarts/issues/18080). So maybe supporting both types would be

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

2023-11-16 Thread via GitHub
Ovilia commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1814027067 I'm going to support a new feature `stackBorderRadius` so that you don't need to hack on this. -- This is an automated message from the Apache Git Service. To respond to the

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

2023-11-07 Thread via GitHub
BenJackGill commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1798113531 Another drawback I discovered for the `barGap:'-100%` workaround is that you must know which series will be lowest / highest before you arrange the order of the series. This

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

2023-11-07 Thread via GitHub
BenJackGill commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1798061912 I'm not sure what is the new solution there? I think the proposed solution uses your `barGap:'-100%'` idea. -- This is an automated message from the Apache Git Service.

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

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] Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts [echarts]

2023-11-05 Thread via GitHub
helgasoft commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1793923642 If data is "stacked"(added) in advance, we could use ```barGap:'-100%'``` to get the desired effect - [Demo

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

2023-11-03 Thread via GitHub
BenJackGill closed issue #19274: Dynamic "borderRadius Application for Top Series in Stacked Bar Charts URL: https://github.com/apache/echarts/issues/19274 -- 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: [I] Dynamic "borderRadius Application for Top Series in Stacked Bar Charts [echarts]

2023-11-03 Thread via GitHub
BenJackGill commented on issue #19274: URL: https://github.com/apache/echarts/issues/19274#issuecomment-1793318172 Closing this one as a duplicate. -- 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

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

2023-11-03 Thread via GitHub
BenJackGill commented on issue #19274: URL: https://github.com/apache/echarts/issues/19274#issuecomment-1793318000 Sorry I accidentally opened -- 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] Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts [echarts]

2023-11-03 Thread via GitHub
BenJackGill opened a new issue, #19275: URL: https://github.com/apache/echarts/issues/19275 ### What problem does this feature solve? The current `borderRadius` setting for a stacked bar charts does not allow us to put a border radius on the top stacked series, whatever series that

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

2023-11-03 Thread via GitHub
BenJackGill closed issue #19274: Dynamic "borderRadius Application for Top Series in Stacked Bar Charts URL: https://github.com/apache/echarts/issues/19274 -- 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

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

2023-11-03 Thread via GitHub
BenJackGill opened a new issue, #19274: URL: https://github.com/apache/echarts/issues/19274 ### What problem does this feature solve? The current `borderRadius` setting for a stacked bar charts does not allow us to put a border radius on the top stacked series, whatever series that