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 是否提供了一种将不同 y 轴与相同 x 轴堆叠的本机方式。
Jqplot 提供不同的 y 轴和相同的 x 轴。
看到这个小提琴
像这样
axes:{ xaxis:{ min:0 }, yaxis:{ autoscale:true, label: "hello" }, y2axis:{ autoscale:true, tickOptions:{showGridline:false}, label: "Hi" } }