We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ids
1 parent 5a3d2a6 commit 62e54b7Copy full SHA for 62e54b7
src/plots/attributes.js
@@ -81,7 +81,8 @@ module.exports = {
81
editType: 'calc',
82
description: [
83
'Assigns id labels to each datum.',
84
- 'These ids for object constancy of data points during animation.'
+ 'These ids for object constancy of data points during animation.',
85
+ 'Should be an array of strings, not numbers or any other type.'
86
].join(' ')
87
},
88
customdata: {
0 commit comments