score:2

Accepted answer

jsfiddle here is the code without drills.

         point: {
                   events: {
                      click: function(e) {
                          location.href= "?job_num=" + this.category;
                      }
                   }
                }

in

        plotOptions: {
            column: {

Related Query

More Query from same tag