r-chart is vulnerable to Cross-Site Scripting (XSS).
Steps To Reproduce
Open https://www.npmjs.com/package/r-chart
Click the image of Line Chart Preview(Click image and open demo on stackblitz): https://stackblitz.com/edit/r-chart-demo-line-chart?embed=1&file=src/App.js
Edit any of the field in keys and add the payload "<img src=x onerror=alert("XSS")>. Ex: 'January','February','March"<img src=x onerror=alert("XSS")>',