We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e23e3 commit 9571be3Copy full SHA for 9571be3
src/traces/table/index.js
@@ -23,7 +23,8 @@ Table.meta = {
23
description: [
24
'Table view for detailed data viewing.',
25
'The data are arranged in a grid of rows and columns.',
26
- 'Most styling can be specified for columns, rows or individual cells.'
+ 'Most styling can be specified for columns, rows or individual cells.',
27
+ 'Table is using a column-major order, ie. the grid is represented as a vector of column vectors.'
28
].join(' ')
29
};
30
0 commit comments