sgratzl / chartjs-chart-boxplot

Chart.js Box Plots and Violin Plot Charts
https://www.sgratzl.com/chartjs-chart-boxplot/
MIT License
101 stars 23 forks source link

Library Not compatible with ivy - angular version 14 #49

Closed Ram7221 closed 12 months ago

Ram7221 commented 1 year ago

This likely means that the library (@sgratzl/chartjs-chart-boxplot) which declares BoxPlotChart has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

this is the issue i am facing while after installing @sgratzl/chartjs-chart-boxplot

sgratzl commented 1 year ago

can you provide an example where I can test it?

Ram7221 commented 1 year ago

@sgratzl I wanted to use this boxplot chart in angular project version 14 , when i installed the chart package and tried to start the angular project, i am facing the above issue mentioned

This chart was implemented in react project , can you please give an example for angular project as well as

sgratzl commented 12 months ago

closing and no example provided