EvHaus / react-pdf-charts

Allows SVG-based React charts to be rendered in react-pdf
MIT License
49 stars 3 forks source link

docs: clarified isAnimationActive known issue explanation #343

Closed garrettjameson closed 4 months ago

garrettjameson commented 4 months ago

When using react-pdf-charts while trying to render a line chart, I did not realize that isAnimationActive was a default prop for the <Line /> chart element. Under Known Issues in the README, I read the paragraph but due to my inexperience did not realize that this same prop applied to the all recharts chart components (all recharts chart components, to my knowledge, default to animation).

My recommended change to the README seeks to clarify this and caution users that this animation prop is widespread.

Thank you so much for this amazing library! I appreciate your work to render charts in react-pdf.

EvHaus commented 4 months ago

Thanks for the contribution!