如何在使用dojox.charting.chart2D创建图表时隐藏x轴?
发布于 2011-05-17 23:32:57
简单地说,您可以删除轴x的代码:
chart1.addAxis("x", { natural : true, includeZero : true });
https://stackoverflow.com/questions/5568887
相似问题