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

Function initUpdateInfo

test/lib/testHelper.js:394–406  ·  view source on GitHub ↗
(opt, chart, infoContainer)

Source from the content-addressed store, hash-verified

392 }
393
394 function initUpdateInfo(opt, chart, infoContainer) {
395 assert(chart.__testHelper);
396
397 if (opt.info) {
398 updateInfo(opt.info, opt.infoKey);
399 }
400
401 function updateInfo(info, infoKey) {
402 infoContainer.innerHTML = createObjectHTML(info, infoKey || 'info');
403 }
404
405 chart.__testHelper.updateInfo = updateInfo;
406 }
407
408 function initInputs(chart, opt, inputsContainer, errMsgPrefix) {
409 assert(chart.__testHelper);

Callers 1

testHelper.jsFile · 0.85

Calls 2

updateInfoFunction · 0.85
assertFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…