为什么 Google 图表不显示轴数据值?

发布于 2024-11-19 06:55:20 字数 558 浏览 3 评论 0原文

如果您访问下面的 URL,您将看到图表已正确生成,但 x 轴和 y 轴上没有标签来指示数据值:

http://chart.apis.google.com/chart?chs=600x300&chtt=Release+Burndown&cht=lc&chdl=estimated|实际&chco=FF0000,00FF00&chxr=0,0,30,2|1,0,40,2&chds=0,45&chd=t:45,34,23,12,0|45,20, 15,32,31,25,0

谁能弄清楚如何显示 x 轴和 y 轴数据值?

If you visit the URL below you will see that the graph is being generated properly, but that there are not labels along the x and y axis to indicate the data values:

http://chart.apis.google.com/chart?chs=600x300&chtt=Release+Burndown&cht=lc&chdl=estimated|actual&chco=FF0000,00FF00&chxr=0,0,30,2|1,0,40,2&chds=0,45&chd=t:45,34,23,12,0|45,20,15,32,31,25,0

Can anyone figure out how to get the x and y axis data values to show up?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

站稳脚跟 2024-11-26 06:55:20

根据 API,您可以通过 chxX 参数执行此操作:

http://code.google.com/apis/chart/image/docs/gallery/line_charts.html#gcharts_axis_styles_labels

chx1:将自定义值作为标签
chxs 和 chxtc:指定自定义轴标签和数字轴标签的颜色、大小、对齐方式和其他属性

。如果您无法弄清楚,请告诉我。

According to the API, you can do this through the chxX parameters:

http://code.google.com/apis/chart/image/docs/gallery/line_charts.html#gcharts_axis_styles_labels

chx1: make custom values as labels
chxs and chxtc: to specify color, size, alignment, and other properties of both custom and numeric axis labels

Let me know if you can't figure it out.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文