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

Function colorMapping

packages/sanddance-explorer/src/explorer.tsx:1593–1597  ·  view source on GitHub ↗
(insight: SandDance.specs.Insight, columns: SandDance.types.Column[])

Source from the content-addressed store, hash-verified

1591}
1592
1593function colorMapping(insight: SandDance.specs.Insight, columns: SandDance.types.Column[]) {
1594 if (columns && insight.columns && insight.columns.color) {
1595 return columns.filter(c => c.name === insight.columns.color)[0];
1596 }
1597}

Callers 1

renderMethod · 0.70

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected