是否可以将图例导航布局设置为垂直? 像这样的东西:https://d.pr/i/8wZySL 我还需要更改导航的位置(顶部/左侧)-这可能吗?
答案 0 :(得分:0)
默认情况下,Highcharts中没有这种可能性。您的建议已在Highcharts uservoice上添加:https://highcharts.uservoice.com/forums/55896-highcharts-javascript-api/suggestions/3356449-horizontal-legend-paging
或者,您可以通过覆盖原型方法来修改默认图例行为:
H.Legend.prototype.handleOverflow = function(legendHeight) {
// Here you can overwrite method
}