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。当值接近打勾时,标签会被隐藏。这里的标签值为 9.25 美元,接近 10 美元,因此不显示标签。如何解决这个问题?
我解决了这个问题。
var plot = //draw plot here plot.axes.yaxis.max += (plot.axes.yaxis.tickInterval / 2); plot.replot();