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.
jqPlotで代わりにx軸に整数のみを表示するにはどうすればよいですか?
現在、次のように書かれています。
0.5, 1, 1.5, 2, 2.5, etc.
x軸ラベルに整数のみを表示するように強制したい。
書式文字列を指定する必要がある場合があります。
axes: { xaxis: { tickOptions: { formatString: "%d" } } }