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

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -