(updateObj)
| 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')); |
no outgoing calls
no test coverage detected
searching dependent graphs…