0
我需要隱藏某些線圖的x軸信息。 我已經試過各種選項,包括:jqplot無法隱藏x軸
{
axes: {
xaxis: {
show: false
}
}
}
{
axesDefaults: {
show: false
}
axes: {
xaxis: {
show: false
}
yaxis: {
show: true
}
}
}
但似乎不管我做什麼,x軸表示。 我使用了錯誤的選項嗎?或錯誤地使用正確的選項?