UX: Formatting data labels in tooltip of a map

@Alex , I had faced a similar issue in an older version of Apliqo and the following had worked for formatting the extra decimal points. However, it seems that since then, the ‘thousandSep’ has been made a global parameter, the original referenced JS file in the highchart folder has been removed. Since the Highchart maps are a separate widget, it is possible that the thousandSep parameter is not linked to the value set by the global parameters. I tried fiddling with the default.constant.js “highcharts_options” but not have any effect…

     'HIGHCHARTS_OPTIONS': {  // https://api.highcharts.com/highcharts/lang
            'global': {            
            },
            'lang': {
                'thousandsSep': ','
            }
        },