.add(); appears to add text to the chart, but how would i remove or update it?
chartName.renderer.text('Some text in here...', 530, 32)
.css({
color: '#FFF',
fontSize: '16px'
})
.attr({
zIndex: 4
})
.add();
}