News

I'm upgrading an Angular 15 application to chart.js 4.x.x (specifically 4.3.0), and it appears that charts are no longer responsive when increasing the browser size. Here is a minimal StackBlitz ...
Context: Simple line chart with point objects, fixed scales (min, max) An update of dataset's data with additional points causes chart.js to synchronously create empty PointElement instances ...