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.
我想在图表中包含刻度标签,我找到了它的 API,但我无法让它工作。
这是小提琴
Is there anything I am missing here?
您应该设置负y参数:
y
http://jsfiddle.net/aFsAb/
xAxis: { tickPosition: 'inside', labels:{ y:-10 } },