JC2615 opened this issue 4 years ago · 2 comments
For example if I have an object: {userID: 1, name: "John"} instead of {id: 1, label: "John"} is there a way I can use my keys directly?
{userID: 1, name: "John"}
{id: 1, label: "John"}
No, this is a constraint coming from the underlying vis.js library
I see. Thank you