It certainly is possible, and there would be multiple approaches to doing so. One option would be to create multiple charts and place them in individual <div>
on your page. You would then position the charts with html/css. This is the most straightforward way to implement multiple divs. Especially when integrating the charts into your webpage.
Example: https://demos.zingchart.com/view/GHC2OVH5
A second option would be to utilize "graphset":[]
(demo). As you can see in that demo we can create a collection of chart objects within the "graphset":[]
array. You can use ZingChart attributes to identify and position charts within graphset
and include that into a single <div>
. The benefit of using a graphset over multiple divs is when you are utilizing our shared interactions.
Example: https://demos.zingchart.com/view/GHC2OVH5
Final Product is a dashboard in a graphset.
Relative Articles
Example: https://demos.zingchart.com/view/WMFUBJCH
HTML Responsive Charts