Currently, when trying to embed a Barchart, it fails with the following error:
[react-pdf-charts]: Your chart rendered a <p /> node which isn't supported by <ReactPDFChart /> yet. Please report this issue.
at Object.replaceHtmlWithPdfSvg [as replace] (http://localhost:3000/static/js/bundle.js:340521:13)
at domToReact (http://localhost:3000/static/js/bundle.js:130001:36)
at Object.replaceHtmlWithPdfSvg [as replace] (http://localhost:3000/static/js/bundle.js:340345:86)
at domToReact (http://localhost:3000/static/js/bundle.js:130001:36)
at Object.replaceHtmlWithPdfSvg [as replace] (http://localhost:3000/static/js/bundle.js:340345:86)
at domToReact (http://localhost:3000/static/js/bundle.js:130001:36)
at Object.replaceHtmlWithPdfSvg [as replace] (http://localhost:3000/static/js/bundle.js:340345:86)
at domToReact (http://localhost:3000/static/js/bundle.js:130001:36)
at HTMLReactParser (http://localhost:3000/static/js/bundle.js:130154:37)
at webSvgToPdfSvg (http://localhost:3000/static/js/bundle.js:340525:71)
Reproduction
You can reproduce with the same code from the recharts docs.
Describe the bug
Currently, when trying to embed a Barchart, it fails with the following error:
Reproduction
You can reproduce with the same code from the recharts docs.
Validations