MCPcopy Index your code
hub / github.com/apache/echarts / makeWord

Function makeWord

test/data/basicChartsOptions.js:254–261  ·  view source on GitHub ↗
(max, min)

Source from the content-addressed store, hash-verified

252 };
253
254 function makeWord(max, min) {
255 var nameLen = Math.ceil(Math.random() * max + min);
256 var name = [];
257 for (var i = 0; i < nameLen; i++) {
258 name.push(nameList[Math.round(Math.random() * nameList.length - 1)]);
259 }
260 return name.join('');
261 }
262 }
263
264 })(),

Callers 1

genDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…