2013-03-10 74 views
6

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] 
    ]); 

我知道,這是一個壞榜樣銷售沒有任何單位,但它只是一個例子。

+1

請查看我的主題: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

回答

0

我無意中發現了這個問題,並發現新的谷歌表(2017年),有一個「高級編輯「選項用於網格/圖表。點擊右上角的向下箭頭,你會看到它。如果向下滾動,該界面的最後一個選項卡可讓您爲數據軸設置自定義前綴/後綴。