score:3

Accepted answer

you can put the color in the data string, eg

var data = [{
       code: "af",
       z: 30552,
       color: '#642288'
    }, /*.... etc */
]

since the data in the example is being loaded from elsewhere, i copied it into the fiddle and added the colors.

updated js fiddl


Related Query

More Query from same tag