map = eurostatmap
.map("ch")
.svgId("map1")
.width(600)
.title("Population in Europe")
.titleFontSize(30)
.titleFill("#444")
.scale("60M")
.datasetCode("demo_r_d3dens")
.classifMethod("threshold")
.threshold([50, 75, 100, 150, 300, 850])
.unitText("people/km²")
.tooltipShowFlags(false)
.showLegend(true)
.legend()
.titleText("Population density (people/km²)")
.legend()
.labelDecNb(0)
.legend()
.width(150)
.legend()
.height(250)
.build()