score:2

Accepted answer

Color should be changed by attr() function.

http://jsbin.com/ubapaz/10/edit

    $('#test').click(function() {
chart.series[0].data[4].graphic.attr("fill","#ff0000");
    });

API here for your reference.


Related Query

More Query from same tag