MCPcopy Create free account
hub / github.com/CoderOpen/waimai / getMaxTextListLength

Function getMaxTextListLength

front/components/u-charts/u-charts.js:474–479  ·  view source on GitHub ↗
(list)

Source from the content-addressed store, hash-verified

472}
473
474function getMaxTextListLength(list) {
475 var lengthList = list.map(function(item) {
476 return measureText(item);
477 });
478 return Math.max.apply(null, lengthList);
479}
480
481function getRadarCoordinateSeries(length) {
482 var eachAngle = 2 * Math.PI / length;

Callers 1

drawRadarDataPointsFunction · 0.85

Calls 2

measureTextFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected