Page 1 of 1

GeoChart

Posted: 17 Nov 2021, 09:44
by Fairdinkum
Hi,

Has anyone experiened/solved implementing GetChart into your aXes customization before? I encountered it.
- I added the following code into arrayData.
- The other properties are default settings.

(arrayData)

Code: Select all

ENV.returnValue = [
    ['Country', 'Popularity'],
    ['Germany', 200],
    ['United States', 300],
    ['Brazil', 400],
    ['Canada', 500],
    ['France', 600],
    ['RU', 700]
];
The error message appears on the screen.
Image 1785.png
Image 1785.png (17.17 KiB) Viewed 5029 times
Many thanks in advance.

Regards,
Hide

Re: GeoChart

Posted: 19 Nov 2021, 02:50
by Dino
I'm having the same issue with that particular chart in 4.2.1, others seem to work fine. Maybe better to report this to support.
If you use the example code from google https://developers.google.com/chart/int ... y/geochart and put that in an html file, insert in the axes screen using a frame, the google chart works fine with aXes.

in the image, top one using the extension, bottom using the frame.
maperror.jpg
maperror.jpg (125.55 KiB) Viewed 5023 times

Re: GeoChart

Posted: 22 Nov 2021, 14:21
by Fairdinkum
Hi Dino,

I did double-check on that, and got the same results here in house. I'm going to report this to the support team. Thanks for your advice!

Regards,
Hide