Escape HTML in chart title
This commit is contained in:
parent
761cf904ac
commit
d30aaaee73
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user