We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc15c48 + d19f4ec commit 4a8dd1cCopy full SHA for 4a8dd1c
src/traces/funnelarea/index.js
@@ -28,7 +28,10 @@ module.exports = {
28
29
meta: {
30
description: [
31
- 'TODO'
+ 'Visualize stages in a process using area-encoded trapezoids. This trace can be used',
32
+ 'to show data in a part-to-whole representation similar to a "pie" trace, wherein',
33
+ 'each item appears in a single stage. See also the "funnel" trace type for a different',
34
+ 'approach to visualizing funnel data.'
35
].join(' ')
36
}
37
};
0 commit comments