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
Post a Comment