文件名称:ASPGoogleCharts:Google Charts JS API 的经典 ASP 包装器
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-25 20:40:22
javascript chart asp google-charts classic-asp
ASP 谷歌图表 v1.0 Google Charts JS API 的经典 ASP 包装器 使用 Google Charts API 以简单的方式生成图表。 使用简单: dim chart set chart = new GoogleCharts chart.type = CHART_COLUMN chart.title = "Friday Night Pizza" chart.addColumn CTYPE_STRING, "Type" chart.addColumn CTYPE_NUMBER, "Qty" chart.addColumn CTYPE_NUMBER, "Price" chart.addRow Array("Peperony", 2, 1.2) chart.addRow Array("Marguerita", 1, 3.5) chart.addRow Array(
【文件预览】:
ASPGoogleCharts-master
----GoogleCharts.class.asp(9KB)
----LICENSE(1KB)
----test.asp(2KB)
----README.md(2KB)