How do I completely hide the chart title in a HighCharts chart? -


i notice that:

  title: {   text: title,   } 

can customise content of title if need chart without title? should do? try remove code above , got "chart title" instead of having nothing - expected.

thanks,

title: {     text: '' } 

or

title: {     text: null } 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -