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 aa0c116 commit c0ac213Copy full SHA for c0ac213
src/traces/table/index.js
@@ -21,9 +21,9 @@ Table.basePlotModule = require('./base_plot');
21
Table.categories = [];
22
Table.meta = {
23
description: [
24
- 'Table view for multidimensional exploratory data analysis.',
25
- 'The samples are specified in `dimensions`.',
26
- 'The colors are set in `line.color`.'
+ 'Table view for detailed data viewing.',
+ 'The data are arranged in a grid of rows and columns.',
+ 'Most styling can be specified for columns, rows or individual cells.'
27
].join(' ')
28
};
29
0 commit comments