@shjeon0730/react-svg-chart
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-svg-chart

motivation

  • svg chart components does not support server side rendering
  • if I want to use pdfmake without converting to base64, I need to use svg string, but using renderToString from react-dom/server module, d3 cannot make svg string
  • need to create static svg
  • on top of static svg, we can use d3 manipulating existing svg result

on development

Package Sidebar

Install

npm i @shjeon0730/react-svg-chart

Weekly Downloads

5

Version

0.1.0

License

MIT

Unpacked Size

132 kB

Total Files

10

Last publish

Collaborators

  • shjeon0730