Skip to content

Commit e2621d0

Browse files
committed
minor text/comment changes
1 parent 59ff86d commit e2621d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/traces/pie/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module.exports = {
178178
role: 'style',
179179
dflt: true,
180180
description: [
181-
'Determines whether or not the sectors of reordered',
181+
'Determines whether or not the sectors are reordered',
182182
'from largest to smallest.'
183183
].join(' ')
184184
},

src/traces/scatter/colorbar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module.exports = function colorbar(gd, cd) {
2424

2525
gd._fullLayout._infolayer.selectAll('.' + cbId).remove();
2626

27-
// TODO unify scatter and heatmap colorbar
2827
// TODO make Colorbar.draw support multiple colorbar per trace
2928

3029
if((marker === undefined) || !marker.showscale) {

0 commit comments

Comments
 (0)