In the example the legend title 'City' is horizontally aligned to the left. Is there a way I can horizontally align the title to the center of the legend area?
legend: {
title: {
text: 'City<br/><span style="font-size: 9px; color: #666; font-weight: normal">(Click to hide)</span>',
style: {
fontStyle: 'italic'
}
}
},
Editing the style in legend title above doesn't seem to do anything.
Thanks.