BenjiWilson
Results
1
comments of
BenjiWilson
Interesting... I actually came up with the following just a few minutes ago: Changed: FlowLine.prototype.labelText = function() { return this.sankey.convert_flow_labels_callback(this.flow); }; to: FlowLine.prototype.labelText = function() { return this.sankey.convert_flow_labels_callback( this.flow +...