Carlos Molero
Results
2
comments of
Carlos Molero
Still happening.
I solved it using this CSS code in my global stylesheet file: ```css .recharts-responsive-container { height: initial !important; } ``` Component code: ```jsx export function SimpleBarChart() { return ( Bar...