Skip to content

Commit fc15c48

Browse files
Merge pull request #3911 from plotly/nicolaskruchten-patch-1
Funnel trace description
2 parents 19e60be + fb2c46c commit fc15c48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/traces/funnel/index.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ module.exports = {
2626
basePlotModule: require('../../plots/cartesian'),
2727
categories: ['bar-like', 'cartesian', 'svg', 'oriented', 'showLegend', 'zoomScale'],
2828
meta: {
29-
description: [ // TODO: update description
30-
'Draws funnel trace.',
31-
'"Funnel charts are a type of chart, often used to represent stages in a sales process',
32-
'and show the amount of potential revenue for each stage. This type of chart can also',
33-
'be useful in identifying potential problem areas in an organization’s sales processes.',
34-
'A funnel chart is similar to a stacked percent bar chart." (https://en.wikipedia.org/wiki/Funnel_chart)'
29+
description: [
30+
'Visualize stages in a process using length-encoded bars. This trace can be used',
31+
'to show data in either a part-to-whole representation wherein each item appears',
32+
'in a single stage, or in a "drop-off" representation wherein each item appears in',
33+
'each stage it traversed. See also the "funnelarea" trace type for a different',
34+
'approach to visualizing funnel data.'
3535
].join(' ')
3636
}
3737
};

0 commit comments

Comments
 (0)