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

Function checkSegments

test/jasmine/tests/scatter_test.js:955–958  ·  view source on GitHub ↗
(exp, msg)

Source from the content-addressed store, hash-verified

953
954 it('updates line segments on redraw when having null values', function(done) {
955 function checkSegments(exp, msg) {
956 var lineSelection = d3Select(gd).selectAll('.scatterlayer .js-line');
957 expect(lineSelection.size()).toBe(exp, msg);
958 }
959
960 Plotly.newPlot(gd, [{
961 y: [1, null, 2, 3],

Callers 1

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