我正在尝试使用chxr
更改图表范围。
我的代码是
<img class="image_graph" width="170px" height="180px" src="https://chart.googleapis.com/chart?chs=170x180&cht=ls&chco=0000FF&chd=t:<?php echo $test ?>&chxr=x,y,r&chxr=0,0,30|1,0,10|2,1000,0"/>
默认情况下,它取自0 to 100
的y轴。
如何更正此问题并允许更改我的范围?
我提到Image Charts。它说它被弃用了。我应该使用其他谷歌库吗?
答案 0 :(得分:0)
Data Formats | Image Charts是您正在寻找的。
似乎基本文本格式仅支持范围0-100。尝试Text Format with Automatic Scaling or Text Format with Custom Scaling来定义自己的范围。
您只需添加chds=a
即可使用自动缩放功能。