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
Hello,
I'm using Angular 7.2 and angular2-chartjs 0.5.1.
Graph renders fine, modifying
dataupdates the rendering as expected, but modifyingoptions.title.textdoes not.However, modifying
options.scalestriggers a re-rendering and the new title is taken in account.Tried calling
update(options)andrender(options)manually onchartComponent.chart, but it changes nothing.Thanks for any help,
Mathias