图片-
https://i.sstatic.net/Z4YqLahm.png
任何人都可以知道如何将 y 轴百分比限制为 100% 或者我们如何删除额外的水平线。
Highcharts.chart("container", {
yAxis: [{}, { opposite: true, tickInterval: 1, gridLineWidth: 0 }],
series: [
{
data: [2, 6, 4, 7, 9, 3],
},
{
type: "column",
yAxis: 1,
data: [3, 5, 4, 6, 7, 8, 4],
}
]
});
API参考:演示: