Marc Lachance

Results 3 comments of Marc Lachance

I understand, and the fix isn't so much expected to be in the code but in the help files. My feature suggestion would be to have the error message add...

Here is the code in question: ```typescript export class BwebCropTileLai { @Prop() data: laiData; @State() series: ApexAxisChartSeries = []; @State() options: ApexOptions = { markers: { size: 6, strokeWidth: 0,...

In short, `this.series` is updated to reflect the new chart data, and `this.options.colors` is also updated to only have the colors of the lines actually loaded. However, the colors do...