更改工具提示数据和Y轴的谷歌图表中的数字格式

时间:2015-11-18 02:54:10

标签: javascript php google-visualization tooltip number-formatting

我需要在我的工具提示数据(Y轴)和Y轴中每千个后面添加一个逗号。如何更改数字格式?我尝试在我的代码中添加它,但似乎它不起作用。我的vAxis和hAxis标题显示也无效。

var options = {
  title:'<?php echo $row["$graph_title"];?>',
  height: 'auto',
  width : 'auto',
  tooltip : {trigger: 'selection'},
  is3D: true,
  vAxis: {title: '<?php echo $row1["$y_axis"]; ?>'},
  hAxis: {title: '<?php echo $row1["$x_axis"]; ?>'},
  bar: {groupWidth: "70%"},
  vAxis: {format:'decimal'}
};

1 个答案:

答案 0 :(得分:0)

您继续使用21841821 10/03/2015 NA 29264 Symante SUMME 52 2015 1736583 RM 10/03/2015 1 15 50 100 7.5 21874851 10/08/2015 NA 29264 Symante SUMME 52 2015 1738192 RE 10/08/2015 1 15 50 100 -7.5 21879328 10/09/2015 NA 29264 Symante SUMME 52 2015 1738389 RM 10/09/2015 1 15 50 100 7.5 21933007 10/16/2015 NA 29264 Symante SUMME 52 2015 531968 SK 10/16/2015 1 15 50 100 -7.5 21827466 10/02/2015 NA 57629 531284 PO 10/02/2015 0 100 -4500 21663952 09/02/2015 SN 57629 Zeal \(I ) 61- E 1 20 5 00005297 4 N 11/01/20 5 24 3 14. 5 50.00 0 100. 18261.40% 21663953 09/02/2015 SN 57629 Zeal \(I ) 61- E 1 20 5 00005297 4 P 11/01/20 5 24 3 14. 5 50.00 0 100. -200.00% 21699656 09/09/2015 S2 57629 Zeal \(I ) 61- E 1 20 5 00005300 5 N 11/08/20 5 4 9 14. 5 50.00 0 100. 3356.20% The docmentation describes it

  

描述如何格式化数字列。格式化选项包括指定前缀符号(例如美元符号)或用作千位标记的标点符号。

numberFormat