Skip to content

Commit 9cf7172

Browse files
committed
add baseline for the gl2d_order_error
modified baseline for gl2d_fill_trace_tozero_order / gl2d_scatter_fill_self_next
1 parent 346a32a commit 9cf7172

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/traces/scattergl/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ function sceneUpdate(gd, subplot) {
263263
if(scene.fill2d && scene.fillOptions[i]) {
264264
// must do all fills first
265265
scene.fill2d.draw(i);
266-
if(scene.line2d && scene.lineOptions[i] && (scene.fillOptions[i].fillmode === 'tozeroy' || scene.fillOptions[i].fillmode === 'tozerox')) {
266+
if(scene.line2d && scene.lineOptions[i]) {
267267
scene.line2d.draw(i);
268268
if(scene.error2d && scene.errorXOptions[i]) {
269269
scene.error2d.draw(i);
Loading
53 KB
Loading
Loading

0 commit comments

Comments
 (0)