Angular 18 Chart libraries [closed]

I am planning on migrating my angular project from version 17 to 18.

Currently I am using Plotly.js-dist-min library for graphs.

When building the project (ng build) the plotly.js library does not optimise because it uses commonjs module instead of ESM.

Due to this issue the build size also increases.

I want suggestions on better chart library which is compatible with angular 18 and is light weight

I have tried resolving the optimization issue over the plotly library.

But it has led me to more errors and complicate the set-up