You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@diegomura , first of all, thank you for your hard work on this library. It's an excellent development experience to build PDFs with it.
I have a small request that I believe is crucial for creating complex PDFs containing charts, particularly those designed for analytics.
It would be fantastic if @react-pdf/renderer could support the <Link /> component inside <Svg /> (supporting internal & external navigation).
Apologies if I’m mistaken, but I didn’t find any note in the documentation indicating that this is unsupported. I encountered this issue while implementing graphs for PDFs using the d3 library and trying to add interactivity to the graph nodes. I received a browser warning that said something like: "Link not supported in Svg."
Thank you in advance for considering my request. Wishing you all the best, and thanks again! 😊
The text was updated successfully, but these errors were encountered:
@diegomura , first of all, thank you for your hard work on this library. It's an excellent development experience to build PDFs with it.
I have a small request that I believe is crucial for creating complex PDFs containing charts, particularly those designed for analytics.
It would be fantastic if
@react-pdf/renderer
could support the<Link />
component inside<Svg />
(supporting internal & external navigation).Apologies if I’m mistaken, but I didn’t find any note in the documentation indicating that this is unsupported. I encountered this issue while implementing graphs for PDFs using the d3 library and trying to add interactivity to the graph nodes. I received a browser warning that said something like: "Link not supported in Svg."
Thank you in advance for considering my request. Wishing you all the best, and thanks again! 😊
The text was updated successfully, but these errors were encountered: