And I'm trying to understand how it works. Im testing the Switzerland region, so I have those simple and fake data:
LOAD * inline
[region, value2
CH-BE,9
CH-LU,8
CH-UR,6
CH-SZ,4
CH-OW,5
CH-NW,6
CH-GL,7
CH-ZG,4
CH-SO,3
CH-BS,5
CH-BL,7
CH-SH,6
CH-SG,3
CH-AR,5
CH-AI,6
CH-GR,7
CH-AG,5
CH-TG,3
CH-TI,7
CH-VD,2
CH-FR,1
CH-VS,2
CH-NE,1
CH-GE,5
CH-JU,5];
The codes are equal to the one you can find on the .svg file of the app, opening it with a notepad.
So I went to the setting of the extension and I setted it in this way:
The problem is that the result is something like this:
As you can see, I cannot see anything.
Why?
A furthermore question is: if I would like to add another .svg file that is not included, where ought I put it? In a precise folder or simply have I to put the path on the "load svg path"? If so, is there a precise grammar?