使用 Highcharts 我想将页脚文本放在图表下方。我能看到的唯一方法是使用 credits 属性。但是对于长文本,它看起来局促。有没有办法设置学分以增加间距?
credits: {
position: {
align: 'center'
},
text: 'this is some really long text that i am using as a footer',
href: null
},