Hello I am new to Pinegrow I am looking to add charts to my project something like ApexCharts or any charts that Pinegrow might have it self can anyone please tell me how i can go about doing this ? for ApexCharts there’s apexcharts dependency with (( npm install apexcharts ))
but i don’t know how to install or even if it can be install. any advise will help thanks.
If you want to use Apex, the easiest way is to use the CDN. Just include it as a script in your HTML file. Then, create a JavaScript file with your chart code and add it to your HTML file. Lastly, you’ll need to tell the JS where to show the chart in your HTML, which if you follow the examples will be a div with the id #chart.
Pinegrow is an HTML/CSS editor more than anything. While they have some add-ons like Interactions (GSAP), Tailwind, and WordPress, to provide extra developer functionality, they stay away from providing stuff like charts, design sets, and components.