我有一个三种语言的图表,其中的数据是从数据库中填充的。一些翻译的标题会中断并填充两行。如果不采取任何预防措施,这将溢出字幕:
title: {
text: 'The quick brown fox jumps over the lazy dog and even more',
style: {
width: '320px'
}
},
subtitle: {
text: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr'
},
请参阅此示例:http: //jsfiddle.net/puhtu/
如果主标题分成两行,有没有办法动态移动字幕?