我有这张图表,看看日期!都有在一起。
我想要这些
我的 php 或 HTML 中没有 CSS
我使用代码来创建图表
function drawCountShopsByCategory(datos) {
var options5 = {
is3D : 'true',
width : 900,
height : 600
};
var chart5 = new google.visualization.ColumnChart(document.getElementById('CountShopsByCategory'));
chart5.draw(new google.visualization.DataTable(datos), options5);
}
谢谢!