farmType = eurostatmap
.map("scomp")
.width(width)
.svgId("farmType")
.frameStrokeWidth(0)
.cntrgFillStyle("#f2f2f2")
.titleFontSize(25)
.subtitleFontSize(16)
.scale("20M")
.zoomExtent([1, 5])
.nutsLvl(2)
.nutsYear(2016)
.stripeWidth(12)
.statComp(
{
eurostatDatasetCode: "ef_m_farmleg",
filters: {
unit: "EUR",
farmType: "TOTAL",
time: "2020",
leg_form: "TOTAL",
uaarea: "TOTAL",
crops: "UAA"
},
unitText: "1000 heads"
},
"so_eur",
["KE4-7", "KE8-14", "KE15-24"],
["KE4-7", "KE8-14", "KE15-24"],
["rgb(51, 160, 51)", "rgb(38, 68, 167)", "rgb(170, 95, 24)"]
)
.legend({
x: 40,
y: 210,
title: "Farm size",
titleFontSize: 18,
labelFontSize: 14,
boxOpacity: 0.8,
boxFill: "white",
boxPadding: 10
})
.seaFillStyle("white")
.drawCoastalMargin(false)
.drawGraticule(false)
.fontFamily("Source Serif Pro")
.nutsrgSelFillSty("red")
.cntbnStrokeWidth({
co: 1,
oth: 2
})
.cntbnStroke({
0: "white",
1: "black",
2: "black",
co: "white",
oth: "white"
})
.nutsbnStroke({
0: "white",
1: "black",
2: "black",
co: "white",
oth: "white"
})
.nutsbnStrokeWidth({ 0: 2, 1: 0.4, co: 0, oth: 2 })
.build()