Skip to content

Commit 62e54b7

Browse files
committed
comment about making ids be strings only
1 parent 5a3d2a6 commit 62e54b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plots/attributes.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ module.exports = {
8181
editType: 'calc',
8282
description: [
8383
'Assigns id labels to each datum.',
84-
'These ids for object constancy of data points during animation.'
84+
'These ids for object constancy of data points during animation.',
85+
'Should be an array of strings, not numbers or any other type.'
8586
].join(' ')
8687
},
8788
customdata: {

0 commit comments

Comments
 (0)