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

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -