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