Highcharts - How to prevent long title with line break from overflowing subtitle -
i have highchart in 3 languages data filled database. of translated titles break , fill 2 lines. without precaution overflow subtitles:
title: { text: 'the quick brown fox jumps on lazy dog , more', style: { width: '320px' } }, subtitle: { text: 'lorem ipsum dolor sit amet, consetetur sadipscing elitr' },
see sample: http://jsfiddle.net/puhtu/
is there way dynamically move subtitles if main title breaks in 2 lines?
it looks bug i've reported our devs https://github.com/highslide-software/highcharts.com/issues/1704
Comments
Post a Comment