将我的谷歌图表转换为谷歌折线图

发布于 2024-12-05 06:08:24 字数 645 浏览 1 评论 0原文

我想改变这一点:

chxl=1:|04:00|05:30|2:|Time|3:|Calories|
&chxr=0,28,362.59
&chxt=y,x,x,y
&chs=900x300
&cht=bvg
&chco=A2C180
&chds=28,362.59
&chbh=a
&chd=t:359,56

改为折线图,如下所示:

chs=440x220
&chxt=y,x,x,y
&cht=lc
&chco=3072F3
&chd=t:931.4,23.5,572.4,0,0,0,0
&chds=0,2500
&chxr=0,0,2500|1,1,7,1
&chxl=2:|Time|3:|Calories|
&chdl=Energi
&chdlp=b
&chls=2
&chma=5,5,5,25
&chm=o,000000,0,-1,5

我不知道将小时值 04:00 和 05:30 放在哪里。

我想要做的是在 X 上显示小时,在 Y 上显示卡路里,然后在图表中为每个小时制作一个“点”,例如 04:00。

如何将当前图表更改为折线图?

I want to change this:

chxl=1:|04:00|05:30|2:|Time|3:|Calories|
&chxr=0,28,362.59
&chxt=y,x,x,y
&chs=900x300
&cht=bvg
&chco=A2C180
&chds=28,362.59
&chbh=a
&chd=t:359,56

To a line chart, like this:

chs=440x220
&chxt=y,x,x,y
&cht=lc
&chco=3072F3
&chd=t:931.4,23.5,572.4,0,0,0,0
&chds=0,2500
&chxr=0,0,2500|1,1,7,1
&chxl=2:|Time|3:|Calories|
&chdl=Energi
&chdlp=b
&chls=2
&chma=5,5,5,25
&chm=o,000000,0,-1,5

I dont know where to put the hours values, 04:00 and 05:30.

What i want to do is display hours on the X and calories on the Y, then it makes a "dot" in the chart for each hour, example 04:00.

How can i change my current chart to a line chart?

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

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

发布评论

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

评论(1

狼亦尘 2024-12-12 06:08:24

我有点困惑,因为折线图示例中的数据与条形图示例非常不同(这是故意的吗?)。

您在寻找这样的东西吗?

https://chart.googleapis.com/chart?
chxl=1:|04:00|05:30|2:|Time|3:|Calories|&
chxr=0,28,362.59&
chxt=y,x,x,y&
chs=900x300&
cht=lc&
chco=A2C180&
chds=28,362.59&
chd=t:359,56&
chdl=Energi&
chm=s,000000,0,-1,4

参数键(来自 Google 图表工具:图像图表):

chxl - Custom Axis Labels
chxr - Axis Range 
chxt - Visible Axes
chs - Chart Size
cht - Chart Type (bvg - vertical bar chart with grouped bars, lc - line chart)
chco - Series color
chds - Custom scaling
chbh - Bar Width and Spacing (not needed for line chart)
chd - Chart data
chdl - Series display legend. 
chm - Chart marker

I am a little confused as the data in your line chart example is very different from your bar chart example (is this deliberate?).

Are you looking for something like this?

https://chart.googleapis.com/chart?
chxl=1:|04:00|05:30|2:|Time|3:|Calories|&
chxr=0,28,362.59&
chxt=y,x,x,y&
chs=900x300&
cht=lc&
chco=A2C180&
chds=28,362.59&
chd=t:359,56&
chdl=Energi&
chm=s,000000,0,-1,4

Parameter key (from Google Chart Tools: Image Charts):

chxl - Custom Axis Labels
chxr - Axis Range 
chxt - Visible Axes
chs - Chart Size
cht - Chart Type (bvg - vertical bar chart with grouped bars, lc - line chart)
chco - Series color
chds - Custom scaling
chbh - Bar Width and Spacing (not needed for line chart)
chd - Chart data
chdl - Series display legend. 
chm - Chart marker
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文