Skip to content

Commit

Permalink
Fix trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten authored May 27, 2019
1 parent e8b118e commit fb2c46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traces/funnel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
basePlotModule: require('../../plots/cartesian'),
categories: ['bar-like', 'cartesian', 'svg', 'oriented', 'showLegend', 'zoomScale'],
meta: {
description: [
description: [
'Visualize stages in a process using length-encoded bars. This trace can be used',
'to show data in either a part-to-whole representation wherein each item appears',
'in a single stage, or in a "drop-off" representation wherein each item appears in',
Expand Down

0 comments on commit fb2c46c

Please sign in to comment.