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

Function _restyle

test/jasmine/tests/sunburst_test.js:1023–1027  ·  view source on GitHub ↗
(updateObj)

Source from the content-addressed store, hash-verified

1021 afterEach(destroyGraphDiv);
1022
1023 function _restyle(updateObj) {
1024 return function () {
1025 return Plotly.restyle(gd, updateObj);
1026 };
1027 }
1028
1029 it('should be able to toggle visibility', function (done) {
1030 var mock = Lib.extendDeep({}, require('../../image/mocks/sunburst_first.json'));

Callers 1

sunburst_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…