Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a8dd1c

Browse filesBrowse files
Merge pull request plotly#3912 from plotly/nicolaskruchten-patch-2
funnelarea trace description
2 parents fc15c48 + d19f4ec commit 4a8dd1c
Copy full SHA for 4a8dd1c

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎src/traces/funnelarea/index.js

Copy file name to clipboardExpand all lines: src/traces/funnelarea/index.js
+4-1Lines changed: 4 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.