if (position == "left") { side = "From"; } else if (position == "right") { side = "To"; }; return side + ": " + value.toFixed(0) + ""; } }); });