Giter Site home page Giter Site logo

Comments (3)

WalterNorthwoods avatar WalterNorthwoods commented on May 1, 2024

It sounds like your new node data object already has a key property declared on it. Search for "key" in your sources.

When loading a node data object, if the key is not undefined and is already unique, it is kept and the Model.makeUniqueKeyFunction should not be called. After all, if you are loading data that already has keys defined, you would not want to replace them with new keys, thereby losing information from the model.

Note how everything seemed to work well once you used a different Model.nodeKeyProperty name. That is because none of the node data objects already had values for that property.

from gojs.

WalterNorthwoods avatar WalterNorthwoods commented on May 1, 2024

By the way, the Model.makeUniqueKeyFunction does not need to modify the data object. This should also work:

model.makeUniqueKeyFunction = function() { return new UUID(4).format(); };

from gojs.

simonsarris avatar simonsarris commented on May 1, 2024

Going to close out this issue. Please contact us (email - gojs (at) nwoods.com, or at our forum) if support related. Or you can open a new issue if you still believe there is a bug.

from gojs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.