Problem with GeoChart

0
Hi all,   I want to use the GeoChart widget in my app to show countries highlighted with an integer value. I have already configured the logic which builds the countries with the integer value corresponding to it. I have configured the widget like in the documentation (Correct entity as object and country attribute and number attribute set)   However when I want to call a page which has the widget placed on it I get the following errors:   Error 1: MyFirstModule.RegistrationGeneral_Overview.layoutGrid9: attempt to uninitialize widget that is not loaded yet, check widget structure Funnily enough, "layoutGrid9" is actually a layout grid that contains a data grid 2 right below the GeoChart Widget   Error 2: MyFirstModule.RegistrationGeneral_Overview.googleGeoMap1: Error while applying context Error: MyFirstModule.RegistrationGeneral_Overview.googleGeoMap1: Error while applying context TypeError: this._contextObj.getTrackEntity is not a function Error: MyFirstModule.RegistrationGeneral_Overview.googleGeoMap1: Error while applying context Error: MyFirstModule.RegistrationGeneral_Overview.googleGeoMap1: Error while applying context TypeError: this._contextObj.getTrackEntity is not a function at http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:233770 at t.collect (http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:128043) at e.exports.applyContext (http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:233668) at http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:233456 at o (http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:130079) at t.sequence (http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:130088) at e.exports.fireOnReady (http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:232670) at http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:233420 at t.collect (http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:128043) at e.exports.loadWidgetsIn (http://localhost:8080/mxclientsystem/mxui/mxui.js?638527512925996292:5:233302)   Does anybody know how I can fix this?   Thank you
asked
1 answers
0

Hi Lenny,

 

I have created this widget. It is fairly old. Before we invest in this widget; what do you want to achieve? Perhaps there are better widgets out there.

 

This widget needs an upgrade to React which I didn’t do yet. Not sure if you know what that means, but that is a significant investment from my time ;).

answered