gpt4 book ai didi

php - Google Visualization API ChartWrapper 方法

转载 作者:行者123 更新时间:2023-11-30 23:33:16 24 4
gpt4 key购买 nike

我正在使用 Google Visualization API。我想使用 ChartWrapper 方法。有人可以给我一个使用 JSON 格式获取数据的非常简单的示例吗?

最佳答案

 // Create an empty ChartWrapper and set its properties
var chart1 = new google.visualization.ChartWrapper();
chart1.setChartType('Table');
chart1.setContainerId('chart1_div');
// To set a DataView for the ChartWrapper, use
// DataView.toJSON()function.
// There is a no need to set DataTable for the ChartWrapper.
chart1.setView(dataView1.toJSON());

关于php - Google Visualization API ChartWrapper 方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9494142/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com