score:2

Accepted answer

Your code is looping through rs but you are only ever creating a chart in $('#container1').highcharts(...). You need to create a new container and call a new highcharts to generate the chart. There are many ways to do this.


Related Query

More Query from same tag