0👍
thanks, i did it!The sandbox helps a lot!
I was missing this call in api.js
cubeApi.load().then(() => {
this.getAquisitionsByYear();
this.getDimensions();
});
Source:stackexchange.com
0👍
thanks, i did it!The sandbox helps a lot!
I was missing this call in api.js
cubeApi.load().then(() => {
this.getAquisitionsByYear();
this.getDimensions();
});