Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的图表使用 Google Visualization API,但我不知道如何格式化折线图。
我的图表看起来像这样:
http://jsfiddle.net/Pw7Dz/
如何使曲线从轴旁边开始,而不是像现在这样有偏移?
这是你需要的吗?
补充:hAxis: {viewWindow: {min: 0.5, max: 2.5}}反对options。
hAxis: {viewWindow: {min: 0.5, max: 2.5}}
options
此处提供了完整的选项列表。