Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c42a6d1

Browse files
committed
rm trailing lines
1 parent 1d18222 commit c42a6d1

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/traces/bars/set_positions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,3 @@ module.exports = function setPositions(gd, plotinfo) {
198198
}
199199
});
200200
};
201-

src/traces/heatmap/convert_column_xyz.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ module.exports = function convertColumnXYZ(trace, xa, ya) {
5353
trace.z = z;
5454
if(hasColumnText) trace.text = text;
5555
};
56-
57-

src/traces/heatmap/style.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ module.exports = function style(gd) {
1717
return d.trace.opacity;
1818
});
1919
};
20-

0 commit comments

Comments
 (0)