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

Function getLegends

docs/app/js/sanddance-app.js:3392–3397  ·  view source on GitHub ↗
(context, fill)

Source from the content-addressed store, hash-verified

3390 return legend1;
3391}
3392function getLegends(context, fill) {
3393 const { specColumns , insight } = context;
3394 if (specColumns.color && !insight.hideLegend && !insight.directColor && !specColumns.color.isColorData) return [
3395 legend(specColumns.color, fill)
3396 ];
3397}
3398
3399},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"cunao":[function(require,module,exports) {
3400var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls 1

legendFunction · 0.70

Tested by

no test coverage detected