MCPcopy
hub / github.com/apache/echarts / updateInfo

Function updateInfo

test/lib/testHelper.js:401–403  ·  view source on GitHub ↗
(info, infoKey)

Source from the content-addressed store, hash-verified

399 }
400
401 function updateInfo(info, infoKey) {
402 infoContainer.innerHTML = createObjectHTML(info, infoKey || 'info');
403 }
404
405 chart.__testHelper.updateInfo = updateInfo;
406 }

Callers 1

initUpdateInfoFunction · 0.85

Calls 1

createObjectHTMLFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…