Skip to content

Commit d19f4ec

Browse files
funnelarea trace description
1 parent 19e60be commit d19f4ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/traces/funnelarea/index.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ module.exports = {
2828

2929
meta: {
3030
description: [
31-
'TODO'
31+
'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.'
3235
].join(' ')
3336
}
3437
};

0 commit comments

Comments
 (0)