Installation


Install SenCharts using one of the following options:

Download

Download the minified JavaScript code and add it to your project.

Package Manager

Install the minified Javascript code via npm.

                
                    npm i @tallacoptions/sencharts
                
            

CDN

Include the compiled JavaScript code with jsDelivr.

                
                    <script src="https://cdn.jsdelivr.net/npm/@tallacoptions/sencharts@1.3.1/sencharts.min.js" 
                    integrity="sha384-zv1X25ZxDofrcBQ5RANlxAeHcY7jskKs5onc1GAC5so/kPV5t2IRby+hHLDVQ1Zg" 
                    crossorigin="anonymous"></script>
                
            

Comments