I've been considering upgrading my angular project from version 17 to 18.
Currently, I'm utilizing the Plotly.js-dist-min library for creating graphs.
However, during the project build (ng build), I've encountered an issue where the plotly.js library doesn't optimize properly due to using commonjs module instead of ESM format.
This has resulted in an increase in the project's build size.
I am looking for recommendations on a lightweight chart library that is compatible with Angular 18.
I have attempted to resolve the optimization problem with the Plotly library, but it only led to more errors and complicated the setup.