I have been trying to use recharts through UMD as defined in the site
http://recharts.org/en-US/guide
Included this script file in my html
<script src="https://unpkg.com/recharts/umd/Recharts.min.js"></script>
When i run the html on browser by window.Recharts is always undefined.
Looking to use Recharts directly from Html without npm . Please let me know the best way to do this.
What is the current behavior?
Recharts works with npm
What is the expected behavior?
Use recharts directly by downloading it or from cdn
I have been trying to use recharts through UMD as defined in the site
http://recharts.org/en-US/guide
Included this script file in my html
<script src="https://unpkg.com/recharts/umd/Recharts.min.js"></script>When i run the html on browser by window.Recharts is always undefined.
Looking to use Recharts directly from Html without npm . Please let me know the best way to do this.
What is the current behavior?
Recharts works with npm
What is the expected behavior?
Use recharts directly by downloading it or from cdn