Here's the current amchart I have:
https://i.sstatic.net/J8QLl.png
I'm looking to create another amchart with the same data. Essentially, I want to replace the existing graph.
You can find the new chart here ->
This is my Angular code:
prepareDataForTemplate(res) {
// Your code logic goes here...
}
loadChart() {
// Your code logic goes here...
}
The method loadChart() is where I need to update the graph...
In the amchart documentation ->
I'm having trouble understanding how to integrate the amchart code with my loadchart() method?
Apologies for all the questions!