MCPcopy Create free account
hub / github.com/microsoft/SandDance / formatPoint

Function formatPoint

docs/tests/v2/es6/js/sanddance.js:110460–110464  ·  view source on GitHub ↗
(format)

Source from the content-addressed store, hash-verified

110458}
110459
110460function formatPoint(format) {
110461 return function (value) {
110462 return format(value);
110463 };
110464}
110465
110466function formatValue(value, format) {
110467 return Number.isFinite(value) ? format(value) : null;

Callers 1

labelFormatFunction · 0.70

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected