robin-gerling

Results 6 comments of robin-gerling

Hey @Ovilia, hey @100pah, I will continue resolving the comments of this PR, but I have a few questions. I have read through the comments of PR https://github.com/apache/echarts/pull/12236 and this...

Hey @Ovilia, hey @100pah, Had you already time to look at the problems mentioned in my previous post? What do you think about removing outsideStart and outsideEnd? Greetings, Robin

Hey @Ovilia, I implemented the changes as requested by you (https://github.com/apache/echarts/pull/16825#issuecomment-1735033805) in a new PR https://github.com/apache/echarts/pull/19534, since those changes are very different to those of this PR. In the new...

Unfortunately, yes, those changes are pretty complex. If I understand your proposed changes, they would result in less functionality. However, those would simplify the logic. My current proposed solution considers...

The `test/custom-shape-morphing2.html`looks different because the axis names are currently not included in the grid. With the new version, they are included and therefore decrease the size of the grid. The...

Thank you for the quick answer. This solves the problem. But, I would argue that this is a workaround, as is clearing the chart, because when the chart is initialized,...