Path2
との間のパディングを削除する方法を知りたいのですがPath3
、legend.label.padding
それらすべてに適用されています。
legend: {
visible: true,
labels: { padding: 10}
},
series: [{
name: "Path1",
data: stats,
markers: {
visible: false,
color: 'red'
}
}, {
name: "Path2",
data: stats2,
markers: {
visible: false
},{
name: "Path3",
data: stats2,
markers: {
visible: false,
color: 'blue'
}
}],