Escape HTML in chart title

This commit is contained in:
Michal Čihař 2013-01-15 09:08:32 +01:00
parent 761cf904ac
commit d30aaaee73

View File

@ -1030,7 +1030,10 @@ $(function() {
function addChart(chartObj, initialize) {
var settings = {
title: chartObj.title,
title: {
text: chartObj.title,
escapeHtml: true,
},
grid: {
drawBorder: false,
shadow: false,