作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 Google 图表工具实现甘特图,但我没有在 Google 中找到正确的选项。我该怎么做?
最佳答案
似乎没有开箱即用的甘特图控件。
https://google-developers.appspot.com/chart/interactive/docs/gallery
但是您可以使用 Google Chart Tool API 来创建甘特图,请参见:
代码
<img
title="Gantt Chart"
src="http://chart.apis.google.com/chart?cht=bhs&
chs=500x300&
chd=t:0,0,0,0,0,0|10,20,30,40,60,75|10,20,40,20,30,19&
chxt=x,y&
chxl=1:sad|Testing&
chxr=0,0,100|1,0,100&
chds=0,100&
chco=DC143C|DC143C,ffffff00&
chg=20,50&
chbh=20,10&
chtt=Gantt Chart&
chts=000000,25&
chdl=Project Test&chdlp=b"
alt="Google Charts Gantt Chart"
width="500"
height="300" />
关于google-visualization - 如何在 Google 图表工具中绘制甘特图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13927451/
我是一名优秀的程序员,十分优秀!