Open miekademarco opened 7 years ago
the changes will allow you to customise the style of labels for every item.
eg:
labels: { markers: { render: function (index) { return markers[index].labelText; }, offsets: function (index) { return markers[index].offset; }, styles: function (index) { return { fill: markers[index].labelFill }; } } }
Wow! This just saved me at the end of hours of 'figuring out'. Thanks so much! This should definitely committed to the main branch.
the changes will allow you to customise the style of labels for every item.
eg: