GeoChart
Posted: 17 Nov 2021, 09:44
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)
The error message appears on the screen.
Many thanks in advance.
Regards,
Hide
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]
];
Regards,
Hide