angular2-chartjs icon indicating copy to clipboard operation
angular2-chartjs copied to clipboard

Graph title is not re-rendered when updating options.title.text

Open matcho opened this issue 6 years ago • 0 comments

Hello,

I'm using Angular 7.2 and angular2-chartjs 0.5.1.

Graph renders fine, modifying data updates the rendering as expected, but modifying options.title.text does not. However, modifying options.scales triggers a re-rendering and the new title is taken in account.

Tried calling update(options) and render(options) manually on chartComponent.chart, but it changes nothing.

Thanks for any help, Mathias

matcho avatar Mar 04 '19 16:03 matcho