I have a scenario a weekly based data is filtered from the entity and plotted in the column chart. all the data processing is working fine but while plotting the error is throwing like "Cannot read properties of null(reading '2')".
Checked in the service center it is showing like the below image.
Regards,
Brindha J
I got the answer,
It is because of Theme. I'm using the custom theme which is not used the base theme as Outsystems UI theme. Whenever we are using the chart we have to set the theme to OutSystems UI theme if we need any customization we can override it.
Brindha. J
How to override outsystems charts css will you please explain with an example if possible?
Hi Brindha J ,
please check this link.
https://www.outsystems.com/forums/discussion/61214/charts-reactive-cannot-read-property-2-of-null/
thanks,
Ramesh
Hi @Ramesh Subramanian ,
Thankyou for the response. Tried but not working.
Hello Brindha,
Did you try see the error log from inspect console and where it came from?
Yeah, Carlos Rodrigues, I have attached the image.
Hello @Brindha Jayaseelan
Try updating chart component from forge, I was also facing the same error, updating outsystems chart component worked for me.
Reagards
Hi, @Pradeep Patil Checked with the updated version too but facing the same issue.