highcharts - How to customize graph title and subtitle -
i want customize charts title , subtitle attached image. please suggest! add gradient in area charts. possible design chart ?
you can set usehtml true, , in title text i.e define 2 divs (left / right content) correct css styles.
text: '<div class="lhstitle">my custom title</div><div class="rhstitle">right content</div>',
css
.lhstitle { float:left; } .rhstitle { float:right } .highcharts-title { width:80%; }
Comments
Post a Comment