score:1

Accepted answer

Can retrieve tag from point, that is an attribute of customizeText parameter

label: {
    customizeText: function () {
        return this.point.tag;
    }
}

Related Query

More Query from same tag