25 Commits (ba6e05486ed6c306492c99d22cc16e638c1523e5)

Author SHA1 Message Date
  jos f6655c0014 Fix in positioning of text label of node 10 years ago
  Alex de Mulder 3ae5cda499 fixed node label becoming undefined 10 years ago
  Alex de Mulder 8e0f4733a1 added cacheing to edge labels, cannot cache node labels due to different shapes 10 years ago
  Alex de Mulder 86070fb329 tweaked node label size cache 10 years ago
  Alex de Mulder e561505bb0 - found source of dynamicEdges problem and fixed 10 years ago
  Alex de Mulder 8fb94fe2c4 fixed drag events, tweaked allowed to move implementation 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 1cecbb96eb added multiline text to edges, updated multiline code for both nodes and edges #291 10 years ago
  Scott Fairgrieve 2ca1972f01 Update network/node image code to allow for specifying a broken image url to use when a node image fails to load 10 years ago
  Alex de Mulder c1bff7c986 cleaned up docs for network, added fontfill for nodes 10 years ago
  Alex de Mulder 4751cd5258 Introduced a new layout algorithm for the hierarchical system based on the direction of the edges. 10 years ago
  Alex de Mulder 2abfcd8261 Fixed physics stopping conditions, updated history #255 10 years ago
  Alex de Mulder 4ad7165bb7 Added barChart overlap functions 10 years ago
  jos c39c41f549 Removed a weird character 10 years ago
  Alex de Mulder 22a76cf2e3 fixed typo's in example 29, fixed group id 0 not used 10 years ago
  Alex de Mulder 06bf7c265b - Fixed mass = 0 for nodes. 10 years ago
  Alex de Mulder 72105bf73b fixed edge edit nodes 10 years ago
  jos 0f14626db5 Updated version number to 3.1.0 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 4e25648e3b removed console.log debug 10 years ago
  Alex de Mulder a0ab10085b added border width option for nodes per #210 10 years ago
  Alex de Mulder e3068abf78 fixed dot radius bug per #208 10 years ago
  jos 72dfc0c45f Reworked all code to commonjs modules. Replaced the build script with Gulp 10 years ago
  jos f0a5b12593 Moved source code from `/src/` to `/lib/` 10 years ago
  Alex de Mulder 4ff78bf0e3 checked refactor, fixed bug multiline comment 10 years ago
  jos a5dd92d349 Refactored more code from `graph` to `network` 10 years ago
  Alex de Mulder d65fbafcd7 refactor: graph --> network 10 years ago
  Alex de Mulder 17a6f6bb74 fixed multiline labels per #184 10 years ago
  Alex de Mulder 1224a3cf0a added editing of edges with the data manipulation, as suggested by #169 10 years ago
  Alex de Mulder f998388c84 minor bugfixes for git issues #157 #158 #159 10 years ago
  Alex de Mulder 6ef3cdb582 added hover styles and options 10 years ago
  Alex de Mulder 5e6718b164 updated history, added function documentation 10 years ago
  Tim Pettersen fc8a5b3180 Allow customization of tooltip styling. 10 years ago
  Tim Pettersen a3b1997df1 Allow Node and Edge title values to be the result of a function. 10 years ago
  Alex de Mulder edfa132fce hierarchical layout is now recalculated on addition and removal of node or edge and edit of edge 10 years ago
  Alex de Mulder 69dfd22d58 experiment 10 years ago
  Alex de Mulder f3f718565b fixed bug per #70 10 years ago
  Alex de Mulder 6629d298ec fixed positioning bug, positioning doesnt need manipulation hack anymore. 10 years ago
  Alex de Mulder 4cf6814f09 added loadXYinDataset() and seperated allowedToMove into X and Y parts 10 years ago
  Alex de Mulder 8a3c45eab9 added hierarchical layout 10 years ago
  Alex de Mulder 9f643b964c tweaks and minor bugfix 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 0bd417bdec finalized smooth edges and force calculation 10 years ago
  Alex de Mulder 48b9499a3c Added smooth curve support for center arrow and arrow. 10 years ago
  Alex de Mulder fc95490f8a Finalized Barnes Hut force calculation, set it to default. Completed smooth curves. Added comments. 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 4a08269699 mixin refactoring, added cluster normalization, tweaked forces, separated forces for repulsion and barnes hut 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