Replies: 4 comments 2 replies
|
sorry I missed setData func which could help on this |
|
Thanks for your feedback! Indeed, any NUTS data can be added like so: map.statData().setData({
"FR": 10,
"DE": 13,
"UK": 12,
})https://github.com/eurostat/eurostat-map/blob/master/docs/reference.md#custom-js If you need any help with an implementation of eurostat-map, just get in touch and we will help you! |
|
We are building composite indicators. We collect data from various sources including Eurostat and create new indices. eg |
|
Joe, thanks a lot of for the proposal. To go ahead with this I will need to discuss it with my unit. Also a redesign on our side is required, as some of the key attributes are not fixed. eg comp_id and every time we have a new edition the relation will be lost. But adding them to your list sounds interesting and I will check and come back to you. |

Uh oh!
There was an error while loading. Please reload this page.
Hi,
Very nice & useful package.
It would be immensely beneficial if developers were permitted to integrate external APIs as data sources, in addition to Eurostat’s API.
Data could be either in the Eurostat JSON-stat format or a simple 2 fields (nuts id, value) format
A more complex data structure could also offer the ability to add metadata to display on the mouseover tooltip.
All reactions