MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / formatSingleValue

Function formatSingleValue

libs/echarts/echarts.simple.js:24285–24292  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

24283 }
24284
24285 function formatSingleValue(val) {
24286 // return encodeHTML(addCommas(val));
24287 return {
24288 renderMode: renderMode,
24289 content: encodeHTML(addCommas(val)),
24290 style: markers
24291 };
24292 }
24293
24294 var data = this.getData();
24295 var tooltipDims = data.mapDimension('defaultedTooltip', true);

Callers 1

echarts.simple.jsFile · 0.70

Calls 2

encodeHTMLFunction · 0.70
addCommasFunction · 0.70

Tested by

no test coverage detected