I want to draw a chart as presented in the image using the data.
Please follow the link for image : https://drive.google.com/file/d/0B8FL6hHjH8poakoxRlFDVWRuams/edit?usp=sharing
I want to draw a chart as presented in the image using the data.
Please follow the link for image : https://drive.google.com/file/d/0B8FL6hHjH8poakoxRlFDVWRuams/edit?usp=sharing
Based on your question, there are a ridiculous number of chart API's out there which may or may not suit your needs, personally I would go with the Google Charts API as it can accept multiple dataTypes and custom styles and you'll want to be looking for the column chart within the Google API Documentation.
Read the Documentation carefully or you will get lost on this one. (Although this statement pretty much counts for anything with a documentation).
I don't think it is possible to do so using google charts visual api/google apps script. As data looks to contain hierarchy under which the bars are constructed.