I have a scenario in which I used to display multiple graphs in amcharts for which I had multiple JSONs which were dynamically generated.
Now I need to display all these graphs in a single amchart.
every amchart has multiple graphs individually.
Is there a way in which I could possibly get these individual Jsons to be displayed in a single Amchart?
json1 = [{val1,val2....},{val1,val2....}....]
json1 = [{val1,val2....},{val1,val2....}....]
These two jsons now are being displayed in 2 different graphs but I need to display in one.