FCC Graphics is temporarily unavailable.
An error occurred while processing the template.
The following has evaluated to null or missing: ==> legendFontSize [in template "12187455#12187494#40595186" at line 15, column 115] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${legendFontSize.getData()} [in template "12187455#12187494#40595186" at line 15, column 113] ----
1<#assign lang = languageUtil.getLanguageId(themeDisplay.getRequest())>
2<div class="leyenda-graficos sectores">
3 <#if dataset.getSiblings()?has_content>
4 <#assign numList = dataset.getSiblings()?size />
5 <#assign numItem = 10 />
6 <div class="row">
7 <#if numList gt numItem>
8 <ul class="columnas">
9 <#else>
10 <ul>
11 </#if>
12 <#list dataset.getSiblings() as cur_dataset_data>
13 <#if cur_dataset_data.firstColor.getSiblings()?has_content>
14 <#list 0..cur_dataset_data.firstColor.getSiblings()?size-1 as x>
15 <li class="${cur_dataset_data.firstColor.getSiblings()[x].getData()}" style="font-size: ${legendFontSize.getData()}px">
16 <i title="bullet" class="icon-circle mr-2" style="color: ${cur_dataset_data.firstColor.getSiblings()[x].getData()}"></i>
17 <#if lang="es_ES">
18 <span style="color: ${cur_dataset_data.firstColor.getSiblings()[x].getData()}">${cur_dataset_data.data.getSiblings()[x].getData()?replace(',','.')?number?string(",##0.00")?replace(',','_')?replace('.',',')?replace('_','.')} ${measureUnit.getData()}
19 <#else>
20 <span style="color: ${cur_dataset_data.firstColor.getSiblings()[x].getData()}">${cur_dataset_data.data.getSiblings()[x].getData()?replace(',','.')?number?string(",##0.00")} ${measureUnit.getData()}
21 </#if>
22 </span>
23 </li>
24
25 </#list>
26 </#if>
27 </#list>
28 </ul>
29 </div>
30</#if>
31</div>
-
Main Office (Madrid)
-
Main Office (Barcelona)
-
Human resources
-
Shareholders and Investors Office