https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart#Example谷歌折線圖:如何添加單位?
如何將單位添加到垂直軸,如「$」或「€」?在這個例子中,它應該是1.200 $,1.000 $,800 $,600 $和400 $。
只需添加「$」這樣不起作用:
var data = google.visualization.arrayToDataTable([
['Year', 'Sales', 'Expenses'],
['2004', 1000 '$', 400],
['2005', 1170 '$', 460],
['2006', 660 '$', 1120],
['2007', 1030 '$', 540]
]);
我知道,這是一個壞榜樣銷售沒有任何單位,但它只是一個例子。
請查看我的主題:http://stackoverflow.com/questions/24532342/how-to-change-the-format-type-of-the-label-in-google-chart-with- javascript/24537837#24537837 – 2014-07-02 17:54:59