java - how to display multiple json data for a single amchart graph -
i have scenario in used display multiple graphs in amcharts had multiple jsons dynamically generated.
now need display these graphs in single amchart.
every amchart has multiple graphs individually.
is there way in possibly these individual jsons displayed in single amchart?
json1 = [{val1,val2....},{val1,val2....}....] json1 = [{val1,val2....},{val1,val2....}....]
these 2 jsons being displayed in 2 different graphs need display in one.
Comments
Post a Comment