Plotting data using Amcharts.js libraries
I'm trying to plot data that comes from a REST api call using Amcharts within an HTML component. Before trying to populate with data from my database, I'm just trying to build a sample chart in my app. This does not seem to be working.
I've created a new Javascript for each of the two javascript libraries that are required for the charting. I've then created the HTML component and dropped in the appropriate HTML snippet (I've also tested with a basic snippet that does not call Javascript and it works fine). Then, I set the page to run a javascript snippet on page show and dropped the Javascript for my chart in. After all this, it does not show anything when the page loads.
Any help/thoughts?