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

Function chartLabel

docs/app/js/sanddance-app.js:11901–11905  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

11899 }
11900];
11901function chartLabel(key) {
11902 for(let i = 0; i < chartLabelMap.length; i++){
11903 if (key === chartLabelMap[i].key) return chartLabelMap[i].text;
11904 }
11905}
11906function _Chart(_props) {
11907 class __Chart extends (0, _base.base).react.Component {
11908 constructor(props){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected