Solutionunvalidated
Use a workaround that forces higher-resolution rasterization before applying 3D transforms, such as pre-scaling the SVG (e.g., `scale(2)`), applying the 3D transform on a parent element, then scaling the parent back to the original size (e.g., `scale(0.5)`). This can reduce the blur without switching from SVG (Recharts) to Canvas.
4562cd36-ed33-4bdd-a4b0-516097c35a41
Use a workaround that forces higher-resolution rasterization before applying 3D transforms, such as pre-scaling the SVG (e.g., scale(2)), applying the 3D transform on a parent element, then scaling the parent back to the original size (e.g., scale(0.5)). This can reduce the blur without switching from SVG (Recharts) to Canvas.