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

Function _restyle

test/jasmine/tests/treemap_test.js:1336–1340  ·  view source on GitHub ↗
(updateObj)

Source from the content-addressed store, hash-verified

1334 afterEach(destroyGraphDiv);
1335
1336 function _restyle(updateObj) {
1337 return function () {
1338 return Plotly.restyle(gd, updateObj);
1339 };
1340 }
1341
1342 it('should be able to toggle visibility', function (done) {
1343 var mock = Lib.extendDeep({}, require('../../image/mocks/treemap_first.json'));

Callers 1

treemap_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…