data = [
{ value: 1, fill: "#cddc3a", sortIndex: 0, label: "LOW" },
{ value: 1, fill: "#8bc34a", sortIndex: 1, label: "MED", selected: true },
{ value: 1, fill: "#4caf51", sortIndex: 2, label: "HIGH" },
{ value: 1, fill: "#1e9688", sortIndex: 3, label: "TOP" }
]