Skip to content

Commit fb2c46c

Browse files
Fix trailing space
1 parent e8b118e commit fb2c46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/funnel/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
basePlotModule: require('../../plots/cartesian'),
2727
categories: ['bar-like', 'cartesian', 'svg', 'oriented', 'showLegend', 'zoomScale'],
2828
meta: {
29-
description: [
29+
description: [
3030
'Visualize stages in a process using length-encoded bars. This trace can be used',
3131
'to show data in either a part-to-whole representation wherein each item appears',
3232
'in a single stage, or in a "drop-off" representation wherein each item appears in',

0 commit comments

Comments
 (0)