I purchased the Craft theme from the Bootstrap theme store and I want customize the charts but everything seems to hard coded in the widgets.js file. What is the recommended way to go about these chart usable with server side data?
I solved this issue by unminifying the widget.js file and applying data attributes to the chart. I don't see why this wasn't the Craft theme creators original approach.
Hi,
Good if that worked for you.
By right you should be able to work with theme src files and compile them into assets js minified files upon customization as explained in this guide.
Please note that the build tools are used for development and asset generation only. You don't need to install it on your prod server. In prod, you only need compiled assets.
Regards.