Commit Graph

  • 657ba9db Updated /dist/ files by jos 2014-07-15 11:31:02 +0200
  • 74050269 Merge remote-tracking branch 'origin/develop' into develop by jos 2014-07-15 11:30:26 +0200
  • 7df77e69 Fixed #219: implemented function `getVisibleItems` by jos 2014-07-15 11:30:12 +0200
  • 50e6e433 fixed drag when zooming per #214 by Alex de Mulder 2014-07-15 11:17:44 +0200
  • d854a124 hidden support nodes from view by Alex de Mulder 2014-07-15 10:53:24 +0200
  • 043987db fire emit every time the network stabilizes, updated history by Alex de Mulder 2014-07-15 10:51:45 +0200
  • 3a08f8be Merge remote-tracking branch 'origin/develop' into develop by jos 2014-07-15 10:20:44 +0200
  • dc214e91 Fixed #216: Added options `margin.item.horizontal` and `margin.item.vertical`, which allows to specify different margins horizontally/vertically. by jos 2014-07-15 10:20:13 +0200
  • 6a0144c6 fixed support nodes not being cleaned after edges are removed. #213 by Alex de Mulder 2014-07-14 17:24:29 +0200
  • 9b3477bc improved edge selection function by Alex de Mulder 2014-07-14 17:09:33 +0200
  • e3068abf fixed dot radius bug per #208 by Alex de Mulder 2014-07-11 16:58:17 +0200
  • 00e0718e updated max velocity by Alex de Mulder 2014-07-11 16:28:43 +0200
  • 13427a76 added roundness explaination in example 27 by Alex de Mulder 2014-07-11 16:20:33 +0200
  • 5e3c2fea fixed springs not calculating. added example, set inherit color to default ON by Alex de Mulder 2014-07-11 16:16:41 +0200
  • 0da23500 Merge remote-tracking branch 'origin/develop' into develop by jos 2014-07-11 15:35:11 +0200
  • 458ff2ab Updated ignore files in bower.json by jos 2014-07-11 15:35:03 +0200
  • 01856c74 updated docs and example by Alex de Mulder 2014-07-11 15:34:29 +0200
  • f7b2d67f updated example index by Alex de Mulder 2014-07-11 15:20:29 +0200
  • eaef2895 Added multiple smoothCurve methods, added hideNodesOnDrag and hideEdgesOnDrag options. Added two examples. Added inheritColor option. by Alex de Mulder 2014-07-11 15:19:42 +0200
  • 5460a74e Cleaned up an unused variable by jos 2014-07-10 16:25:22 +0200
  • 792c336f Fixed another bug in determining the items currently visible (see #197) by jos 2014-07-10 16:21:41 +0200
  • f7e964ed Fixed #206: removed check for number of arguments in callbacks `onAdd`, `onUpdate`, `onRemove`, and `onMove`. by jos 2014-07-10 15:26:33 +0200
  • 7ee15a18 Try to load hammer.js from window before loading via require() by jos 2014-07-10 12:00:46 +0200
  • 9c45aaaa Fixed range where the `end` of the first is equal to the `start` of the second sometimes being stacked instead of put besides each other when `item.margin=0`. by jos 2014-07-09 09:50:41 +0200
  • 30d3d4c1 Fixed some missing dependencies in network by jos 2014-07-08 17:22:53 +0200
  • ff9e658a Removed redundant watch tool by jos 2014-07-08 15:56:59 +0200
  • fb6675a5 Fixed #197: items in groups sometimes being displayed but not positioned correctly. by jos 2014-07-08 15:23:59 +0200
  • 434a67a5 Some minor improvements to the build script by jos 2014-07-08 14:24:12 +0200
  • 5c87ddeb (css_transitions) Merge branch 'develop' into css_transitions by jos 2014-07-08 13:54:11 +0200
  • 951dd61b Added scripts to package.json. Fixed watching for css changes too. by jos 2014-07-08 13:43:21 +0200
  • 86f887e4 Removed some references to `vis` namespace by jos 2014-07-08 12:08:31 +0200
  • a76ba2c5 Reworked the tests a little (still not close to a proper unit test though) by jos 2014-07-08 12:01:38 +0200
  • 72dfc0c4 Reworked all code to commonjs modules. Replaced the build script with Gulp by jos 2014-07-08 11:56:17 +0200
  • f0a5b125 Moved source code from `/src/` to `/lib/` by jos 2014-07-07 14:21:37 +0200
  • 72b978d0 Merge branch 'develop' into css_transitions by jos 2014-07-07 14:06:26 +0200
  • 734a0d58 Updated version number to 3.0.1-SNAPSHOT by jos 2014-07-07 13:33:48 +0200
  • 9f8279d5 Released version 3.0.0 by jos 2014-07-07 12:31:16 +0200
  • b8d8b567 (tag: v3.0.0) Merge branch 'develop' by jos 2014-07-07 11:52:48 +0200
  • e913b4a7 Released version 3.0.0 by jos 2014-07-07 11:51:12 +0200
  • 5374721f Added support for title for both items and groups by jos 2014-07-07 11:45:22 +0200
  • 7d41dd30 Renamed Graph2D to Graph2d in the docs/examples by jos 2014-07-07 11:18:13 +0200
  • 11b78499 Updated exports by jos 2014-07-07 11:08:44 +0200
  • 530b7701 Described the used technologies for each of the visualizations by jos 2014-07-07 10:43:36 +0200
  • 87402c5c Fixed example 01_basic.html by jos 2014-07-07 10:19:40 +0200
  • 4873c8ab Fixed `DataView` not working in Timeline (see #195) by jos 2014-07-07 10:07:21 +0200
  • 4f6f8ce2 Fixed scrollTop offset issue by jos 2014-07-04 17:02:31 +0200
  • 322afd30 Merge remote-tracking branch 'origin/develop' into develop by jos 2014-07-04 16:26:25 +0200
  • b12511f3 Fixed #186: ranges in the Timeline sometimes overlapping when dragging the Timeline by jos 2014-07-04 16:26:09 +0200
  • 4ff78bf0 checked refactor, fixed bug multiline comment by Alex de Mulder 2014-07-04 15:35:59 +0200
  • 124d0f9b Fixed tests and a typo by jos 2014-07-04 15:23:49 +0200
  • ee7f8ff7 Renamed option `dragGraph` to `dragNetwork` by jos 2014-07-04 15:21:29 +0200
  • 5d9a7d02 Refactored more code from `graph` to `network` by jos 2014-07-04 15:18:39 +0200
  • 91af97ed Merge remote-tracking branch 'origin/graph2d' into develop by jos 2014-07-04 15:08:44 +0200
  • 942de0df Refactored more code from `graph` to `network` by jos 2014-07-04 15:07:14 +0200
  • a5dd92d3 Refactored more code from `graph` to `network` by jos 2014-07-04 14:11:25 +0200
  • d65fbafc refactor: graph --> network by Alex de Mulder 2014-07-04 11:01:12 +0200
  • 91fc3899 Merge branch 'graph2d' into develop by jos 2014-07-04 10:01:44 +0200
  • 544a2d2c Updated history by jos 2014-07-04 09:59:53 +0200
  • cd4d0678 bugfixes (sampling, timeline) by Alex de Mulder 2014-07-03 13:47:32 +0200
  • 07e643b1 Merge pull request #190 from jeroencoumans/develop by Alex 2014-07-01 18:46:31 +0200
  • 6176facd Allow per-edge hover colors by Jeroen Coumans 2014-07-01 18:35:37 +0200
  • 25ad440a updated build by Alex de Mulder 2014-07-01 13:56:35 +0200
  • 82fc808d experiment with new hierarchical solver by Alex de Mulder 2014-07-01 13:55:58 +0200
  • 0b6f2c9f Merge branch 'develop' into graph2d by Alex de Mulder 2014-06-27 16:03:39 +0200
  • 8a86e53f fully finalized with docs and examples by Alex de Mulder 2014-06-27 15:59:37 +0200
  • c9aa4741 fixed bug where slave right axis was not always scaling correctly, re-added forcing to date, appearently this was cached by Alex de Mulder 2014-06-26 18:04:56 +0200
  • 17a6f6bb fixed multiline labels per #184 by Alex de Mulder 2014-06-26 17:32:40 +0200
  • 40fd3d64 fixed mean bug by introducing to global time and screen, removed a lot of the dataset function usage due to them being VERY slow (15x speed difference!!) by Alex de Mulder 2014-06-26 17:15:42 +0200
  • 14679327 optimized, 8 amazing examples, just docs left.... by Alex de Mulder 2014-06-25 18:53:22 +0200
  • a3c5caa2 ready for optimalization. by Alex de Mulder 2014-06-24 18:18:14 +0200
  • 25a7ded7 (re)fixed #181 by Alex de Mulder 2014-06-24 17:58:31 +0200
  • 6f9cc716 more examples, working on performance example by Alex de Mulder 2014-06-24 17:56:01 +0200
  • 00533990 updated dist with fix for #181, updated history. by Alex de Mulder 2014-06-24 17:01:08 +0200
  • aa94e4a7 ordering tweak by Alex de Mulder 2014-06-24 16:57:52 +0200
  • 1b055efc Merge branch 'develop' of https://github.com/almende/vis into develop by Alex de Mulder 2014-06-24 16:55:38 +0200
  • e8bcd2a3 fixed graph.storePositions() - bug introduced by experimental naming convention of Dataset.. by Alex de Mulder 2014-06-24 16:55:16 +0200
  • db46e277 Creating examples, lots of bugfixes! by Alex de Mulder 2014-06-24 16:48:08 +0200
  • fdcce524 Merge pull request #180 from vukk/develop by Alex 2014-06-24 14:58:03 +0200
  • 2e036406 Clarify widthSelectionMultiplier documentation by Unto Kuuranne 2014-06-24 13:55:49 +0300
  • 1b11aae7 Make scaling factor of selected edges configurable via widthSelectionMultiplier by Unto Kuuranne 2014-06-24 13:48:08 +0300
  • 4a2f6136 Merge branch 'develop' into graph2d by Alex de Mulder 2014-06-24 11:42:12 +0200
  • 2cb60ed7 fully functional!! by Alex de Mulder 2014-06-23 18:09:08 +0200
  • 6ad2f0e8 structure, bugs, barchart, icons by Alex de Mulder 2014-06-23 14:25:59 +0200
  • 424df3ca extended selection API, deprecated setSelection as per #174 by Alex de Mulder 2014-06-23 10:49:14 +0200
  • 699146b5 Put release date of v2.0.0 by Jos de Jong 2014-06-21 09:35:36 +0200
  • 3a059850 Fixed group height being applied to group background panel as well by jos 2014-06-21 09:34:22 +0200
  • b6e5a9da bargraphs!! woohoo!! by Alex de Mulder 2014-06-20 18:53:18 +0200
  • 18f73d78 Cleaned up some css by jos 2014-06-20 17:22:04 +0200
  • 9e170f51 Minor change in example 18 by jos 2014-06-20 17:19:19 +0200
  • d78a823d Removed the 'rangeoverflow' item type by jos 2014-06-20 17:18:51 +0200
  • 468e613a Fixed #172: auto detected item type being preferred over the global item `type`. by jos 2014-06-20 13:46:16 +0200
  • 1bf725b8 test by Alex de Mulder 2014-06-20 12:36:52 +0200
  • d5289a74 Added example 17 to gallery. Using DataSet now in frontpage example by jos 2014-06-20 12:30:02 +0200
  • 3bb86789 Throws an error when constructing without new keyword. by jos 2014-06-20 09:45:14 +0200
  • 305b694a version update by Alex de Mulder 2014-06-19 17:51:26 +0200
  • 2265a751 released version 2.0.0 by Alex de Mulder 2014-06-19 17:49:24 +0200
  • e8298414 (tag: v2.0.0) merged 2.0.0 into master by Alex de Mulder 2014-06-19 17:25:01 +0200
  • 6bc96b01 Merge branch 'develop' by Alex de Mulder 2014-06-19 17:23:55 +0200
  • 739c7291 release 2.0.0 by Alex de Mulder 2014-06-19 17:19:32 +0200
  • c3f8b1f1 Timeline.destroy works by jos 2014-06-19 17:13:27 +0200