Google Material chart Column Chart (Bar chart) custom column color not working

前端 未结 1 1490
迷失自我
迷失自我 2021-01-16 10:06

I want to draw a simple column chart in HTML-JavaScript using google chart.I have used Google materiel chart CDN to d

1条回答
  •  情书的邮戳
    2021-01-16 10:39

    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 ....

    0 讨论(0)
提交回复
热议问题