20 Commits (8a1286aaac7f56c21285496b46dacd4f5f9bea66)

Author SHA1 Message Date
  Alex de Mulder 722300be8d reverted example 9 years ago
  Alex de Mulder d342e9482a Added a check so only one 'activator' overlay is created on clickToUse. 9 years ago
  Alex de Mulder 5c16cf00f8 added bounding box to image node style 9 years ago
  Alex de Mulder 5a023f8077 reverted example 10 years ago
  Alex de Mulder 37c80b1931 - Added pointer properties to the click and the doubleClick events containing the XY coordinates in DOM and canvas space. 10 years ago
  Alex de Mulder ea78ec883c added startStabilization event 10 years ago
  Alex de Mulder 4fa0b995bc updated the fixed property of Nodes. You can now always unfix it with allowedToMove #303 10 years ago
  Alex de Mulder c2866fb50c - Fixed minor bug in positioning of fontFill of nodes with certain shapes. 10 years ago
  Alex de Mulder 9df59e87ca - added locked to focusOnNode 10 years ago
  Alex de Mulder 1c1250ff74 - fixed possible cause for freezing graph when animating 10 years ago
  Alex de Mulder c1bff7c986 cleaned up docs for network, added fontfill for nodes 10 years ago
  Alex de Mulder 6891b4bf2a cleaned up the setSize function 10 years ago
  Alex de Mulder 66c788b9b4 changed movement parameter to only say stabilized if the support nodes are stabilized as well, though retaining the demand that both nodes and support nodes are stabilized before emitting event and stopping simulation. 10 years ago
  jos 8965e56a50 Stabilized event firing repeatedly again 10 years ago
  jos 37e5003f2c - Fixed the `'stabilized'` event, it's now guaranteed to fire only once and fire after the graph is fully stabilized. 10 years ago
  jos 55e2004732 Implemented `activatable` support for Network 10 years ago
  Alex de Mulder 06bf7c265b - Fixed mass = 0 for nodes. 10 years ago
  Alex de Mulder cd131960dc added few examples, added gephi parser (JSON), added JSON get for dataset 10 years ago
  Alex de Mulder eaef289544 Added multiple smoothCurve methods, added hideNodesOnDrag and hideEdgesOnDrag options. Added two examples. Added inheritColor option. 10 years ago
  jos 5d9a7d02b4 Refactored more code from `graph` to `network` 10 years ago
  Alex de Mulder d65fbafcd7 refactor: graph --> network 10 years ago
  Alex de Mulder e8bcd2a3a5 fixed graph.storePositions() - bug introduced by experimental naming convention of Dataset.. 10 years ago
  Alex de Mulder b6e5a9dadb bargraphs!! woohoo!! 10 years ago
  Alex de Mulder cdb939c45f Added physics configuration, removed svgTimeline from this branch 10 years ago
  Alex de Mulder 9335aec242 svg timeline work and refactoring. 10 years ago
  Alex de Mulder 2c6928d256 Tweaked physics system, added documentation for all new features (physics, manipulation, smooth) made all GUI elements CSS and HTML. 10 years ago
  Alex de Mulder d3506a82b3 refactoring, altered data manipulation, added callbacks and triggers, inserted temporary function overloading 10 years ago
  Alex de Mulder 4b367b512c added most of smooth curve system. Check example 16 for bug related to size. 10 years ago
  Alex de Mulder da444af45e fixed BUG! barnes hut functional but slower than almende linear approx algorithm. Now to fix the naming of functions and explain code... 10 years ago
  Alex de Mulder 9c1e96a492 hunting bug... 10 years ago
  Alex de Mulder 984f2efafb Added Barnes-Hut force model. Main slowdown is in the drawing now.. 10 years ago
  Alex de Mulder 12669bcc54 Added data manipulation functionality 10 years ago
  josdejong aee5908912 Released version 0.4.0 10 years ago
  josdejong 778ed9c0d1 Implemented functions `on` and `off` to create event listeners for event `select`. 10 years ago
  Alex de Mulder 181516e2dd added edge selection and removed this.selection from the graph 10 years ago
  josdejong 1f6064b491 Released version 0.3.0 10 years ago
  josdejong 299b2dd81e Css file must be loaded explicitly now. Library files moved to `dist` 10 years ago
  Alex de Mulder b0994cdd89 Implemented Clustering, still open TODOs 10 years ago
  josdejong 7e6810955d Switched to 2-space indentation 10 years ago
  josdejong 65e763c7a2 Examples upated 11 years ago
  josdejong 7c3ed40536 Graph now uses an id based set of nodes and edges instead of a row based array internally, and supports DataSet 11 years ago
  josdejong 49a00ceb5a Added docs and examples 11 years ago
  josdejong d17266cead DOT parser didn't like `\r` characters 11 years ago
  josdejong 73b5d8b3cd Removed border and background options for the frame (should be done using css) 11 years ago
  josdejong bbb8e086c9 Renamed Graph property style to shape, and text to label 11 years ago
  josdejong f25d8c5f65 Simplified Graph constructor 11 years ago
  josdejong e9f85a6361 Imported Graph documentation from former project 11 years ago
  josdejong eef61aa4da Initial import of Graph (formerly Network visualization) 11 years ago