Commit Graph

  • aaff7681 Created an index page for the documentation, added another example by josdejong 2013-06-03 21:42:09 +0200
  • c92f5dd8 Added documentation for the Timeline by josdejong 2013-06-03 21:33:00 +0200
  • 54696f86 Added documentation for the Timeline by josdejong 2013-06-03 21:32:06 +0200
  • 1ecb550d Moved the source files around by josdejong 2013-06-03 20:15:45 +0200
  • aab9e38e Improved Graph constructor and method setData by josdejong 2013-06-03 20:10:42 +0200
  • 287cfa14 Splitted Graph.js into a file for every prototype (Node, Edge, ...) by josdejong 2013-06-03 16:55:31 +0200
  • 4eed2017 Renamed source files to match the name of the containing prototype by josdejong 2013-06-03 16:18:15 +0200
  • ed401c31 Graph uses util methods from vis.js now by josdejong 2013-06-03 16:12:33 +0200
  • 0241a46f Removed history/animation support from Graph by josdejong 2013-06-03 16:05:47 +0200
  • 1d7de110 Removed line styles moving-arrow and moving-dot from Graph by josdejong 2013-06-03 15:40:10 +0200
  • 41a34ebf Removed packages support from Graph by josdejong 2013-06-03 15:35:00 +0200
  • c68456d0 Removed appending data to Graph by josdejong 2013-06-03 15:18:51 +0200
  • f25d8c5f Simplified Graph constructor by josdejong 2013-06-03 15:11:49 +0200
  • ab6e07a1 Removed DataTable support from Graph (will be back when vis.DataSet is supported) by josdejong 2013-06-03 14:37:57 +0200
  • e9f85a63 Imported Graph documentation from former project by josdejong 2013-06-03 14:08:53 +0200
  • eef61aa4 Initial import of Graph (formerly Network visualization) by josdejong 2013-06-03 12:11:58 +0200
  • f26d3f1a moved some source files around by josdejong 2013-05-31 16:14:31 +0200
  • 457fb983 Implemented ordering for groups by josdejong 2013-05-28 11:09:49 +0200
  • 997e2cce Implemented option order in DataSet and DataView by josdejong 2013-05-24 15:42:28 +0200
  • e6546fe4 Fixed items not automatically being repainted on changed data by josdejong 2013-05-24 11:11:31 +0200
  • a06814d7 Some more decoupling of components options by josdejong 2013-05-24 10:33:26 +0200
  • fc11f82f GroupSet now reckons with changes in the connected DataSet with groups by josdejong 2013-05-23 16:52:12 +0200
  • 751fbfb8 Simplified component relations in timeline by josdejong 2013-05-23 15:37:35 +0200
  • 309564e3 Changed propagation of options in components to a prototype based solution by josdejong 2013-05-23 15:15:51 +0200
  • 3905ea46 Created component Group by josdejong 2013-05-23 10:14:06 +0200
  • 714a39ec Renamed some properties for more clarity by josdejong 2013-05-21 15:39:28 +0200
  • ec0be4dc DataView correctly translates and propagates events, as seen from its own point of view. by josdejong 2013-05-21 15:15:47 +0200
  • 2ebc7479 DataView and grouping in action by josdejong 2013-05-21 14:23:52 +0200
  • 178b2865 Replaced all forEach with old-fashioned but wau faster for loops. by josdejong 2013-05-21 13:38:17 +0200
  • a3e8bbd6 Improved getting items (casting and filtering). by josdejong 2013-05-21 12:42:51 +0200
  • 74771c66 Implemented DataView by josdejong 2013-05-17 15:12:51 +0200
  • fb7cb8a1 Simplified subscription model by josdejong 2013-05-17 14:58:10 +0200
  • b6321516 Made method add more strict: will not overwrite existing items. by josdejong 2013-05-17 14:38:10 +0200
  • 8dd3fb3b Improved/clarified argument handling of DataSet.get by josdejong 2013-05-14 14:29:28 +0200
  • dd8aa76b GroupSet now neatly handling chances in groups data by josdejong 2013-05-14 09:14:03 +0200
  • 293e54a7 Fixed not cleaned up elements in timeaxis by josdejong 2013-05-13 11:41:13 +0200
  • 8ac89385 Halfway implementation of groups by josdejong 2013-05-10 17:22:20 +0200
  • c1be0b48 Implemented a remove method for the controller by josdejong 2013-05-10 14:20:05 +0200
  • 0f866809 Implemented methods show/hide for components by josdejong 2013-05-10 14:19:51 +0200
  • 6468de61 Old items are removed now when replacing the dataset of an itemset. by josdejong 2013-05-08 09:08:30 +0200
  • 6c74b284 Implemented methods map, forEach, added filter option to method get by josdejong 2013-05-08 09:07:46 +0200
  • 1dcd6156 Some fixes/improvements in calculating the height of the stacked items by josdejong 2013-05-07 13:53:46 +0200
  • a28c3640 Added method distinct by josdejong 2013-05-07 13:28:20 +0200
  • 1e492acc Fixed code examples on the home page by josdejong 2013-05-03 16:42:30 +0200
  • 807fe3b0 Updated home page by josdejong 2013-05-03 16:35:58 +0200
  • 55fe2784 (tag: v0.0.8) Released version 0.0.8 by josdejong 2013-05-03 16:23:46 +0200
  • e0aa8eec Added HTML data example by josdejong 2013-05-03 16:21:34 +0200
  • f3d1a63f Added support for Moment in the DataSet. Neatened the examples. by josdejong 2013-05-03 15:47:51 +0200
  • 58a68316 Some obvious performance improvements by josdejong 2013-05-03 14:32:46 +0200
  • 040e53b2 Only visible items are rendered now by josdejong 2013-05-03 13:06:19 +0200
  • 08b6ba90 Added an option to force a reflow/repaint instead of kindly request it by josdejong 2013-05-02 14:43:10 +0200
  • 279f918b EventBus.off is more flexible now by josdejong 2013-05-01 20:15:00 +0200
  • 00054668 Implemented a simple eventbus by josdejong 2013-05-01 14:00:06 +0200
  • 09797fac Made project name in header static by josdejong 2013-05-01 13:06:56 +0200
  • d4d5e192 Moved module files in a separate folder by josdejong 2013-04-26 12:05:35 +0200
  • c5d7a9a9 Isolated the local classes in a single namespace (using commonjs for referring local classes does not work that handy) by josdejong 2013-04-26 12:02:58 +0200
  • b2b66d32 Fixed broken test files by josdejong 2013-04-25 17:24:30 +0200
  • f98bb441 Added a simple tool to watch for changes in the source and automatically rebuild vis.js on changes by josdejong 2013-04-25 16:50:34 +0200
  • 3c414664 Added a simple tool to watch for changes in the source and automatically rebuild vis.js on changes by josdejong 2013-04-25 16:50:16 +0200
  • 013a86cb (tag: v0.0.7) Released version 0.0.7 by josdejong 2013-04-25 15:13:49 +0200
  • f66dd485 (tag: v0.0.6) Released version 0.0.6 by josdejong 2013-04-25 14:52:32 +0200
  • 6590e2cd Applied node style dependency management, using browserify now to bundle the code by josdejong 2013-04-25 14:47:47 +0200
  • 1a3be5f6 Extended the test file by josdejong 2013-04-24 21:55:09 +0200
  • d55fb71c Changed the dom of the itemset, added an axis element by josdejong 2013-04-24 21:15:17 +0200
  • 704136ee Split the dom for the itemset in two sets: foreground and background (instead of ugly z-index tricks) by josdejong 2013-04-23 15:41:24 +0200
  • 3e4e9313 Using vis as internal namespace now. All module related stuff is now located on a single place, in module.js by josdejong 2013-04-23 14:49:45 +0200
  • 5c14597b Implemented namespacing, closure, and support for require.js by josdejong 2013-04-23 13:51:42 +0200
  • 1b941b9e Implemented automatic start and end based on the data range by josdejong 2013-04-23 11:45:33 +0200
  • 8a67a9f1 Css is now packages in the js file. by josdejong 2013-04-18 14:51:59 +0200
  • 145e2c82 (tag: v0.0.5) updated ignore list of component.json by josdejong 2013-04-16 15:59:34 +0200
  • c65bf10d (tag: v0.0.4) bower.json seems not to work. trying component.json... by josdejong 2013-04-16 15:57:43 +0200
  • 8e28c062 (tag: v0.0.3) Bower package file updated with ignores by josdejong 2013-04-16 15:55:56 +0200
  • 7489ae0a (tag: v0.0.2) Changed build script to generate a single library vis.js in the project root by josdejong 2013-04-16 15:48:10 +0200
  • 40117bc0 License information added by josdejong 2013-04-16 14:50:41 +0200
  • b4a26e8b (tag: v0.0.1) Bower package created by josdejong 2013-04-16 14:36:14 +0200
  • fdd92c01 Readme updated, example added by josdejong 2013-04-16 14:36:02 +0200
  • 43145262 Logo updated by josdejong 2013-04-16 14:08:06 +0200
  • 757290e7 Logo created by josdejong 2013-04-16 12:36:49 +0200
  • e97d7d21 Keywords and title updated by josdejong 2013-04-16 11:17:03 +0200
  • f2d19b9f CNAME file added by josdejong 2013-04-16 11:02:42 +0200
  • 15e6e3e5 Initial web page by josdejong 2013-04-16 10:59:38 +0200
  • a79f26df Create gh-pages branch via GitHub by Jos de Jong 2013-04-16 01:41:11 -0700
  • 45afd422 Initial import by josdejong 2013-04-16 10:30:24 +0200
  • 0183801e Initial commit by Jos de Jong 2013-04-16 01:01:02 -0700