GeoChart

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
Fairdinkum
Posts: 128
Joined: 24 Jul 2017, 17:02

GeoChart

Post 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 5026 times
Many thanks in advance.

Regards,
Hide
User avatar
Dino
Posts: 88
Joined: 19 May 2017, 08:29

Re: GeoChart

Post 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 5020 times
Fairdinkum
Posts: 128
Joined: 24 Jul 2017, 17:02

Re: GeoChart

Post 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
Post Reply