I had the same problems. Sanki seems really hard to implement. Use nodeFormatter instead, the formatter just doesn't work. An example is below.
nodeFormatter: function (arg) { if (!this.point.sum) { return null; } else { return this.key; } }
source share