MCPcopy Index your code
hub / github.com/plotly/plotly.js / hasNoHover

Function hasNoHover

src/components/modebar/manage.js:320–325  ·  view source on GitHub ↗
(fullData)

Source from the content-addressed store, hash-verified

318
319// check whether all trace are 'noHover'
320function hasNoHover(fullData) {
321 for(var i = 0; i < fullData.length; i++) {
322 if(!Registry.traceIs(fullData[i], 'noHover')) return false;
323 }
324 return true;
325}
326
327function appendButtonsToGroups(groups, buttons) {
328 if(buttons.length) {

Callers 1

getButtonGroupsFunction · 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…