A, B, C, ....   For the second series use "B": function chart.beforeInit(sender, config) {     config.series[1].tooltip = {         trackMouse: true,         width: 120,         renderer: function(tip, item) {             tip.setTitle(item.get('LL'));             tip.update('Αγορές: ' + item.get('B'));         }     } }