MCPcopy
hub / github.com/plotly/plotly.js / extractVisibilities

Function extractVisibilities

test/jasmine/tests/legend_test.js:2146–2150  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

2144 }
2145
2146 function extractVisibilities(data) {
2147 return data.map(function (trace) {
2148 return trace.visible;
2149 });
2150 }
2151
2152 function assertVisible(expectation) {
2153 return function () {

Callers 3

assertVisibleFunction · 0.85
assertVisibleShapesFunction · 0.85
legend_test.jsFile · 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…