Open tanyakaz opened 7 years ago
I think you might be reporting this in the wrong place. This issues repository is for the base library of the Google Charts API, which has no relationship to Angular except that Angular is also maintained by Google. If you are using Angular Google Chart, please file your report there to get help. I maintain Angular Google Chart and would be most willing to help you, but I'll let you know up front that this looks more like a usage error or enhancement request than a bug.
I'm passing a title to my chart directive via $scope.chartData.title. The title at the top of the chart displays properly: shows the value of $scope.chartData.title, however, on hover, literally chartData.title is displayed. Is there a workaround? I have a page with 5 different charts utilizing the same directive and I need to be able to pass the title dynamically.