使用Google API在散点图上为xAxis自定义标签

时间:2011-10-24 20:12:14

标签: google-api google-visualization

我是google-api的新手,我正试图快速制作一张快速图表。

我有什么

 10 |        .     .
    |      .
  5 |  .         .
    |  .
  0 |_______________
       1    2    3    4 

我想要什么

 10 |        .     .
    |      .
  5 |  .         .
    |  .
  0 |_______________
       1pm  2pm  3pm  4pm

使用折线图这样做是小菜一碟;所需的只是让DataTable的第一列成为字符串。但是,散点图会强制您对第一列使用“数字”。

那么如何使用Google API +图表为xAxis编写自定义标签

Scatter Chart

Line Chart

1 个答案:

答案 0 :(得分:2)

您想使用chx1

cht=s
chd=t:12,87,75,41,23,96,68,71,34,9
    98,60,27,34,56,79,58,74,18,76
    84,23,69,81,47,94,60,93,64,54
chxt=x,y
chs=400x200
chxl=0:|12PM|1PM|2PM|3PM|4PM|5PM|F|G

Documentation here

enter image description here

您还可以使用以下工具:

http://imagecharteditor.appspot.com/

甚至

https://code.google.com/apis/chart/image/docs/chart_playground.html