I recently created a bar graph using Highcharts. You can check it out here: http://jsfiddle.net/v1rbz41q/3/
Here's the code snippet I used:
chartw.yAxis [0] .options.stackLabels.formatter = function () {
return "werfdc";
};
Despite my efforts to modify the stackLabels text in the code, nothing seems to be changing on the graph.
Is there anyone who can help me modify this through code? Any assistance is greatly appreciated. Thanks, Dave