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 });