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.
使用 dojox.charting.chart2D 创建图表时如何隐藏 x 轴?
简单地说,您可以将代码删除到轴 x:
chart1.addAxis("x", { natural : true, includeZero : true });