Skip to content

Commit c0ac213

Browse files
committed
doc update
1 parent aa0c116 commit c0ac213

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/traces/table/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Table.basePlotModule = require('./base_plot');
2121
Table.categories = [];
2222
Table.meta = {
2323
description: [
24-
'Table view for multidimensional exploratory data analysis.',
25-
'The samples are specified in `dimensions`.',
26-
'The colors are set in `line.color`.'
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.'
2727
].join(' ')
2828
};
2929

0 commit comments

Comments
 (0)