Chartjs-How to draw multiple lines in chart.js

0👍

Just prepare the given JSON format using JSON predefine functions or you can modify JSON by converting it to String.
String string = json_obj.toString();
You can append, remove and replace {} [] and also add double quotes \" as well according to your requirement. When you have done your editing check your JSON format on JSON Parser

Leave a comment