Honestly, this should be correct, I used:
$scope.graphOptions.chart.title = ...
and at first it didn't work, so I thought this was the wrong way to dynamically update the header. I googled, found this thread, later fixed a seemingly unrelated error, and it worked correctly. Look at your code for other problems this.options.chart.yDomain, how you should update it.
source
share