Skip to content

Commit

Permalink
Merge pull request #3911 from plotly/nicolaskruchten-patch-1
Browse files Browse the repository at this point in the history
Funnel trace description
  • Loading branch information
nicolaskruchten authored May 27, 2019
2 parents 19e60be + fb2c46c commit fc15c48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/traces/funnel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ module.exports = {
basePlotModule: require('../../plots/cartesian'),
categories: ['bar-like', 'cartesian', 'svg', 'oriented', 'showLegend', 'zoomScale'],
meta: {
description: [ // TODO: update description
'Draws funnel trace.',
'"Funnel charts are a type of chart, often used to represent stages in a sales process',
'and show the amount of potential revenue for each stage. This type of chart can also',
'be useful in identifying potential problem areas in an organization’s sales processes.',
'A funnel chart is similar to a stacked percent bar chart." (https://en.wikipedia.org/wiki/Funnel_chart)'
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',
'each stage it traversed. See also the "funnelarea" trace type for a different',
'approach to visualizing funnel data.'
].join(' ')
}
};

0 comments on commit fc15c48

Please sign in to comment.