    
function slsm_show_value(e) {
    alert("Das sind " + e.chart.yval + " " + e.chart.name + ".");
}
    