I want to draw a simple column chart in HTML-JavaScript using google chart.I have used Google materiel chart CDN to d
Yaa, at last I made this one correct and exactly I wanted to be. Please see the code below, if you required sometime.
I need to changed the definition of chart here. From var chart = new google.charts.Bar(document.getElementById('columnchart_material')); to the modified one as var chart = new google.visualization.ColumnChart(document.getElementById('columnchart_material'));. It's working now.
The chart is like ....