Hong Seungwoo
Hong Seungwoo
It appears that the mouseout and mouseleave events are not being received due to component re-rendering. I think we need to delegate the handling of mouse events to the parent
If we choose the option to adjust the rendering order rather than documenting it, we can temporarily adopt this method until we refactor. However, this change could also be a...
The issue with this is that it does not create stackGroups when there is no data at the top-level chart. https://github.com/recharts/recharts/blob/aa1ff2d0ab8723d0db9dfe66b1263ec560124cfa/src/chart/generateCategoricalChart.tsx#L1066 Although passing an empty array when there is no...
I'll take a closer look after work :smile:
Oh God, is this what hell is like? Other issues keep popping up :sob:
@ckifer Is getTooltipData necessary for the pie chart? It seems useless and it’s causing a bug. https://github.com/recharts/recharts/blob/b6bffe4eea6e168692ddfd4d2133980fe732ea7e/src/chart/generateCategoricalChart.tsx#L264
I will remove getToolTipData from the pie chart and commit it with some examples for review. i'll fix that issue right now
@ckifer In the pie chart, there is an issue with the `calculateActiveTickIndex` not finding the correct activeIndex. While I want to address the problem, it is expected to breaking changes....
I'm curious whether you want to remove ticks that go outside the grid or if you want all ticks to render and be properly rerendered during zoom in and zoom...
First, we need to modify `getTicks`. The condition for rendering the last tick of the yAxis is causing the last tick of the xAxis to always render