pts = [
{x: 3, y: 1, centroid: false, label: 2},
{x: 6, y: 2, centroid: false, label: 2},
{x: 0, y: 4, centroid: false, label: 1},
{x: 2, y: 1, centroid: false, label: 2},
{x: 4, y: 8, centroid: false, label: 1},
{x: 5, y: 0, centroid: false, label: 2},
{x: 3, y: 10/3, centroid: true, label: 1, round: "1st round"},
{x: 11/3, y: 2, centroid: true, label: 2, round: "1st round"},
{x: 2, y: 6, centroid: true, label: 1, round: "2nd round"},
{x: 4, y: 1, centroid: true, label: 2, round: "2nd round"}
];