You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that vis.DataSet defines _idProp with fieldId configuration option, but vis.Timeline uses _fieldId which is always undefined. vis.Timeline should use _idProp too.
I see that
vis.DataSet
defines_idProp
withfieldId
configuration option, butvis.Timeline
uses_fieldId
which is always undefined. vis.Timeline should use_idProp
too.vis.DataSet definition of
_idProp
:https://github.com/visjs/vis-data/blob/3e86bc0c55425476b803412e9cea207f0e075a67/src/data-set.ts#L173
Example of vis.Timeline using _fieldId:
vis-timeline/lib/timeline/component/ItemSet.js
Lines 1604 to 1605 in 6a6899a
The text was updated successfully, but these errors were encountered: