ChartJS not working in Mendix 9

0
Hi All,   We recently upgraded from mendix version 7.4.0 to 9.24.1 and chartjs widget throwing below error when tried to open the page where this widget is used.   An error occurred while executing an action of Layouts_Clearing.Atlas_TopBar.menuBar2: Reports.UnmatchedMessages.groupBox1: Error while applying context Error: Reports.UnmatchedMessages.groupBox1: Error while applying context Error: Reports.UnmatchedMessages.dataView2: Error while applying context Error: Reports.UnmatchedMessages.chartJS_LineChart1: Error while applying context Error: Reports.UnmatchedMessages.chartJS_LineChart1: Error while applying context TypeError: mendix.lang.nullExec is not a function Error: An error occurred while executing an action of Layouts_Clearing.Atlas_TopBar.menuBar2: Reports.UnmatchedMessages.groupBox1: Error while applying context Error: Reports.UnmatchedMessages.groupBox1: Error while applying context Error: Reports.UnmatchedMessages.dataView2: Error while applying context Error: Reports.UnmatchedMessages.chartJS_LineChart1: Error while applying context Error: Reports.UnmatchedMessages.chartJS_LineChart1: Error while applying context TypeError: mendix.lang.nullExec is not a function    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638436802399845612:66:234348    at we (http://localhost:8080/mxclientsystem/mxui/mxui.js?638436802399845612:24:6501)    at r (http://localhost:8080/mxclientsystem/mxui/mxui.js?638436802399845612:24:6402)    at E (http://localhost:8080/mxclientsystem/mxui/mxui.js?638436802399845612:64:5069)
asked
1 answers
0

You almost certainly need to upgrade to use the latest version of the Charts widgets. This will involve some reworking of your application as the older versions of the widgets have been deprecated and newer versions created.

 

https://marketplace.mendix.com/link/component/105695

https://docs.mendix.com/appstore/widgets/charts/

 

Good luck!

 

answered