fix cert bio
This commit is contained in:
parent
7ebc966141
commit
04412fb29c
1 changed files with 10 additions and 2 deletions
|
@ -222,11 +222,19 @@ console.log(dataset);*/
|
||||||
schede_info.append("p")
|
schede_info.append("p")
|
||||||
.append("span")
|
.append("span")
|
||||||
.attr("class", "menoinfo")
|
.attr("class", "menoinfo")
|
||||||
.text("Certificazione bio (1=si):")
|
.text("Certificazione bio:")
|
||||||
.append("span")
|
.append("span")
|
||||||
.text(function(d){
|
.text(function(d){
|
||||||
return " "+d["number-202"].replace(/"/g,"");
|
return " "+d["radio-273"].replace(/"/g,"");
|
||||||
});
|
});
|
||||||
|
schede_info.append("p")
|
||||||
|
.append("span")
|
||||||
|
.attr("class", "")
|
||||||
|
.text("Numero di dipendenti:")
|
||||||
|
.append("span")
|
||||||
|
.text(function(d){
|
||||||
|
return " "+d["number-202"].replace(/"/g,"");
|
||||||
|
});
|
||||||
schede_info.append("p")
|
schede_info.append("p")
|
||||||
.append("span")
|
.append("span")
|
||||||
.text("Collaborazioni:")
|
.text("Collaborazioni:")
|
||||||
|
|
Loading…
Reference in a new issue