You must be logged in to post your query.
Home › Forums › Chart Support › Render automatically multiple charts in a page
Tagged: multiple charts
Hello,
I have a Json file that contains the measurements of several sensors. I wanted to know if it was possible to create a checkboxlist that can display the graphics of the selected sensors. I manage to do this if I select only one box but not several. Must we necessarily define the number of chart we want in the page or can we do it automatically ?
Regards
Antoine
Antoine,
You can render the chart using the dataPoints associated with the corresponding checkbox as shown in this JSFiddle. However, you can improve visualizing your data using multi-series chart in such scenarios.
—- Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register