conf = {
return {
countries: [
{ label: "Italien", color: "#7385ff" },
{ label: "Südkorea", color: "#7dd1c3" },
{ label: "USA", color: "#e0904f" },
{ label: "Deutschland", color: "#b6b6be" },
{ label: "Schweiz", color: "#c73530" },
{ label: "Japan", color: "#ac92d6" },
{ label: "Singapur", color: "#c5c294" }
],
labels: [100, 1000, 10000, 40000]
};
}