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

Function showHideGroupInGroupSet

test/lib/testHelper.js:830–837  ·  view source on GitHub ↗
(groupCreated, showOrHide)

Source from the content-addressed store, hash-verified

828 }
829
830 function showHideGroupInGroupSet(groupCreated, showOrHide) {
831 groupCreated.inputsContainerEl.style.display = showOrHide
832 ? 'block' : 'none';
833 var groupDefine = groupCreated.groupDefine;
834 groupCreated.groupSetTextEl.innerHTML = showOrHide
835 ? encodeHTML(retrieveValue(groupDefine.text, groupDefine.title, ''))
836 : '';
837 }
838
839 function shouldPrevent(inputId, names) {
840 var prevent = _inputsDict[inputId].__inputDefine.prevent || {};

Callers 2

createGroupSetInputFunction · 0.85
switchGroupFunction · 0.85

Calls 1

encodeHTMLFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…