Skip to content

Commit 5b01253

Browse files
committed
style
1 parent 8b39030 commit 5b01253

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/traces/image/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ module.exports = extendFlat({
5757
dflt: false,
5858
role: 'info',
5959
editType: 'plot',
60-
description: [
60+
description: [
6161
'Picks a smoothing algorithm used to smooth `z` data.',
6262
'This only applies for image traces that use the `source` attribute.'
63-
].join(' ')
63+
].join(' ')
6464
},
6565
zmin: {
6666
valType: 'info_array',

src/traces/image/plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module.exports = function plot(gd, plotinfo, cdimage, imageLayer) {
137137
image3.exit().remove();
138138

139139
var style = (trace.zsmooth === false) ? constants.pixelatedStyle : '';
140-
140+
141141
if(fastImage) {
142142
var xRange = Lib.simpleMap(xa.range, xa.r2l);
143143
var yRange = Lib.simpleMap(ya.range, ya.r2l);

0 commit comments

Comments
 (0)