我已經生成圖表形式谷歌電子表格。以我爲橫軸報告我有值:1 ,2 ,3 ,4 ,5 ,10 ,20 ,30 ,40 ,50 ,100 ,200 ,300 ,400 ,500 ,600 ,700 ,800 ,900 ,1000。 圖表解釋它們作爲一個標籤,而不是一個數字:谷歌圖表中的軸比例(來自谷歌電子表格)
所以1和4之間的距離是一樣的20和50。如何改變它之間? (也許我必須轉換輸入數據 - 如何?)
Here is my spreadsheet與輸入數據,查詢和圖表。
我要將它與這些腳本的網頁:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/static/modules/gviz/1.0/chart.js">
{"dataSourceUrl":"//spreadsheets.google.com/spreadsheet/tq?key=0AtdHElsKyNw9dERVZ1lZRVNmYmRqSlVVbWszd3BVdGc&transpose=0&headers=1&range=F1%3AI21&gid=0&pub=1",
"options":{
"reverseCategories":false,"titleX":"thousand objects","backgroundColor":"#FFFFFF","pointSize":0,
"width":510,
"vAxis":{"format":"#0.##########"},
"smoothLine":true,"lineWidth":2,"logScale":false,"hasLabelsColumn":true,
"hAxis":{"maxAlternation":1},
"vAxes":[{"min":null,"title":"ms","max":null,"maxValue":null}],
"title":"Performance of exposing previous value in AspectJ set-pointcut",
"height":400,"interpolateNulls":false,"legend":"bottom","reverseAxis":false
},
"state":{},
"chartType":"LineChart",
"chartName":"Performance test"
} </script>
1是。散佈情節是要走的路。 – MetaEd
這個答案有任何更新嗎?新的Google圖表API是否可能具有特定的x值(不僅均勻間隔) –