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%; } 

http://jsfiddle.net/sbochan/betbk/


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -