We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b118e commit fb2c46cCopy full SHA for fb2c46c
src/traces/funnel/index.js
@@ -26,7 +26,7 @@ module.exports = {
26
basePlotModule: require('../../plots/cartesian'),
27
categories: ['bar-like', 'cartesian', 'svg', 'oriented', 'showLegend', 'zoomScale'],
28
meta: {
29
- description: [
+ 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',
0 commit comments