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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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