Commit Graph

  • ebb86265 Halfway implementing Timeline.destroy by jos 2014-06-19 16:49:34 +0200
  • 1a2d82dd Fixed DataSet.distinct requiring options.type to be configured by jos 2014-06-19 16:49:09 +0200
  • c59dd113 fixed dataset problem by Alex de Mulder 2014-06-19 16:34:17 +0200
  • 2c949d97 auto scale yaxis by Alex de Mulder 2014-06-19 14:45:45 +0200
  • 4138d602 renaming step 2 by Alex de Mulder 2014-06-19 12:19:30 +0200
  • fc412ef9 renaming step 1 by Alex de Mulder 2014-06-19 12:18:58 +0200
  • 4620f53d icons for left and right axis by Alex de Mulder 2014-06-19 12:02:31 +0200
  • c1179554 Item touch events now bound to centerContainer instead of itemset (must be able to click in empty area) by jos 2014-06-19 11:50:50 +0200
  • 5524133f Fixed #170: unreliable Array type detection by jos 2014-06-19 09:46:33 +0200
  • 65251cac Merge remote-tracking branch 'origin/develop' into develop by jos 2014-06-19 09:41:09 +0200
  • 735190c7 seperated legend and graphgroups. Still have to think about naming.... by Alex de Mulder 2014-06-18 18:20:47 +0200
  • 870da135 updated history by Alex de Mulder 2014-06-18 15:42:43 +0200
  • 1224a3cf added editing of edges with the data manipulation, as suggested by #169 by Alex de Mulder 2014-06-18 15:14:32 +0200
  • 007a4a90 everything but legend and barchart working. two axis! woohoo! by Alex de Mulder 2014-06-17 19:15:53 +0200
  • b6d5da3a Refactored the property names of DataSet and DataView to having underscore prefixes by jos 2014-06-17 17:35:48 +0200
  • 41b270ce Merge remote-tracking branch 'origin/develop' into develop by jos 2014-06-17 15:47:05 +0200
  • cd381f71 Added an example demonstrating data serialization/deserialization by jos 2014-06-17 15:46:51 +0200
  • d83b929c Reworked all examples to use vis.DataSet by jos 2014-06-17 14:31:45 +0200
  • 106983fa Timeline now accepts a DataSet with items having any type of start and end. by jos 2014-06-17 14:16:37 +0200
  • 7378bbc8 fixed self referencing node edge selection bug per #168 by Alex de Mulder 2014-06-17 12:03:58 +0200
  • b4945fae Renamed DataSet option `convert` to `type`. by jos 2014-06-17 11:48:44 +0200
  • d758d0e0 clarified var naming by Alex de Mulder 2014-06-17 11:26:39 +0200
  • 5a8e6ddb Fixed #167: property `className` of groups not being applied to related contents and background elements, and not being updated once applied. by jos 2014-06-17 10:48:35 +0200
  • 6858bbd9 Halfway implementing css transitions by jos 2014-06-17 10:12:50 +0200
  • c8cc074d legend WIP by Alex de Mulder 2014-06-16 19:03:46 +0200
  • ada8e985 fixed dataset bug by Alex de Mulder 2014-06-16 14:30:51 +0200
  • 722d4d1a adding dataset support, wip by Alex de Mulder 2014-06-16 12:39:40 +0200
  • 7767a45a its working! woohoo! by Alex de Mulder 2014-06-13 17:49:04 +0200
  • cd62233c Few fixes to get animation better (still not there) by jos 2014-06-13 17:13:03 +0200
  • e41fdf45 Small update in animation.css by jos 2014-06-13 14:04:55 +0200
  • fe6cdfca Added a start with animation (not yet working and disabled) by jos 2014-06-13 13:59:44 +0200
  • 30da48a4 Fixed a bug in positioning/sizing the vertical lines of box items by jos 2014-06-13 13:58:00 +0200
  • 610702f2 Removed all usage of style.bottom by jos 2014-06-13 12:37:25 +0200
  • 1cd1540f Fixed a bug in vertical offset when height of container > height of contents by jos 2014-06-13 12:03:29 +0200
  • 9b4ab61d Fixed shadows always being visible by jos 2014-06-13 11:54:44 +0200
  • fe7cc726 Implemented shadows when vertical scroll is possible by jos 2014-06-13 11:47:35 +0200
  • 37ced431 graph is drawing by Alex de Mulder 2014-06-13 11:35:33 +0200
  • 63c36ffb Fixed vertical drag issue while pinching by jos 2014-06-13 10:57:26 +0200
  • 6dd02d5a not working yet by Alex de Mulder 2014-06-13 10:50:03 +0200
  • 0420c72b Implemented support for vertical dragging (needs some refinement) by jos 2014-06-12 17:35:22 +0200
  • 1a9325da Added missing option orientation needed by Timeline itself by jos 2014-06-12 16:31:33 +0200
  • 62bc49b1 Removed some redundant code by jos 2014-06-12 16:24:54 +0200
  • 8bff97ad added wip versions of linegraph by Alex de Mulder 2014-06-12 16:07:49 +0200
  • 4bb9e59a Reverted the basic example by jos 2014-06-12 15:55:11 +0200
  • f133b3e0 Updated main example in docs by jos 2014-06-12 15:43:06 +0200
  • 6f1f5b1d Updated the basic example, uses DataSet now by jos 2014-06-12 15:39:38 +0200
  • 8ef8a1e0 Implemented options `zoomable` and `moveable` by jos 2014-06-12 15:23:02 +0200
  • 693d8019 Moved change listener to _create by jos 2014-06-12 14:18:43 +0200
  • e232f81d Renamed body.props to body.domProps by jos 2014-06-12 14:16:48 +0200
  • 5033272a Moved default start and end to Range by jos 2014-06-12 13:59:19 +0200
  • f672f7b5 Reworked options and setOptions by jos 2014-06-11 15:20:13 +0200
  • 4ac1d3ab Moved utility functions `toScreen`, `toTime`, and `snap` from `options` to `body.util` by jos 2014-06-11 11:45:08 +0200
  • 43912f5d Renamed parameter `timeline` to `body`, passing an explicit `body` Object to all component constructors now by jos 2014-06-10 17:29:57 +0200
  • 0f45b7a2 Removed double function naming by jos 2014-06-10 17:16:41 +0200
  • 46c62cf1 Merge remote-tracking branch 'origin/develop' into develop by jos 2014-06-10 15:17:29 +0200
  • 93472384 Updated vis overview image by jos 2014-06-10 15:15:59 +0200
  • 312a73a5 Fixed height of vertical line of box items not always updated correctly by jos 2014-06-10 14:59:30 +0200
  • e579c551 Updated css in example 12 by jos 2014-06-10 14:51:28 +0200
  • 53e6e503 Fixed alignment of the content panels to axis by jos 2014-06-10 14:05:34 +0200
  • 19dfc924 Fixed ItemSet not updating on change in DataSet by jos 2014-06-10 12:29:48 +0200
  • f1137762 Deleted redundant `Panel` and `RootPanel` by jos 2014-06-10 12:22:45 +0200
  • 297adb1c A minor improvement in dragging items by jos 2014-06-10 12:18:17 +0200
  • 2723b267 Fixed date snapping by jos 2014-06-10 12:06:38 +0200
  • 08d486a5 Items are selectable and editable largely by jos 2014-06-10 11:58:48 +0200
  • a5025b96 Renamed all functions `repaint` to `redraw` by jos 2014-06-10 10:56:40 +0200
  • 4c77206e Merged from develop branch by jos 2014-06-10 10:52:29 +0200
  • b822e6d8 Merge branch 'develop' into predefined_panels by jos 2014-06-10 10:43:50 +0200
  • f998388c minor bugfixes for git issues #157 #158 #159 by Alex de Mulder 2014-06-10 10:41:33 +0200
  • 7a5d6f30 Merge pull request #157 from theGrue/initiallyVisible by Alex 2014-06-10 10:11:23 +0200
  • b49c11eb Fixing usage of dataManipulation.initiallyVisible option. by Josh Gruenberg 2014-06-06 17:02:35 -0400
  • 0082d481 Shortened the basic example on the front page by jos 2014-06-06 22:21:01 +0200
  • e14316fe Added a Graph3d gallery by jos 2014-06-06 22:16:00 +0200
  • 05c6e00f Released version 1.1.0 by jos 2014-06-06 21:40:36 +0200
  • 6fe36a4b Merge remote-tracking branch 'origin/develop' into develop by jos 2014-06-06 21:36:22 +0200
  • 821347d4 (tag: v1.1.0) Merge branch 'develop' by jos 2014-06-06 21:33:59 +0200
  • 342fab1f Released version 1.1.0 by jos 2014-06-06 21:33:29 +0200
  • 7cd4ba5c Updated playground example by jos 2014-06-06 21:32:56 +0200
  • 89bec935 updated History by Alex de Mulder 2014-06-06 15:30:56 +0200
  • aa52bdd8 added dragNodes option. Renamed dragGraph option. by Alex de Mulder 2014-06-06 15:30:15 +0200
  • d95ecad3 Replaced double quotes in js with single quotes by jos 2014-06-06 13:49:45 +0200
  • d0efc464 Fixed an auto animation start/stop issue by jos 2014-06-06 12:25:39 +0200
  • 811324e3 Minor improvements in the examples by jos 2014-06-06 12:16:01 +0200
  • b698f68b Graph3d listens for changes in the dataset now by jos 2014-06-06 12:15:49 +0200
  • 157c8a9f Renamed Timeline.repaint() to Timeline.redraw() for consistency with the other visualizations by jos 2014-06-06 12:02:00 +0200
  • fc6d7ab8 Fixed #107: allow repeating select event by jos 2014-06-06 11:56:30 +0200
  • a3c0b356 Removed Graph3d.data, added Graph3d.setData and setOptions. Data and options can be passed when constructing a Graph3d by jos 2014-06-06 11:47:17 +0200
  • f2b1eed9 Renamed event `camerapositionchange` to `cameraPositionChange` by jos 2014-06-06 11:08:21 +0200
  • e6cd80ad Updated examples a little by jos 2014-06-06 10:49:11 +0200
  • 5977b5bf Updated styling of graph3d docs by jos 2014-06-06 09:51:21 +0200
  • f2d79243 Removed a left over console.log by jos 2014-06-06 09:19:01 +0200
  • 59195f9d tiny refactor and updated history for graph3d by Alex de Mulder 2014-06-05 17:07:24 +0200
  • 3506b636 fixed broken examples by Alex de Mulder 2014-06-05 17:04:33 +0200
  • abefb671 Moved CurrentTime and CustomTime to the foreground panel by jos 2014-06-05 17:00:29 +0200
  • ad2e2352 Fixed offset in zooming with scroll when using groups by jos 2014-06-05 16:55:37 +0200
  • f5c41e89 Merge branch 'graph3d' into develop by Alex de Mulder 2014-06-05 16:50:43 +0200
  • 350d43ae Introduced a forgroundVertical panel, positioned the dots of item boxes there by jos 2014-06-05 16:48:10 +0200
  • 3dfd05ee ItemSet starts to work again by jos 2014-06-05 16:15:53 +0200
  • 0bb71fd3 A fix in the height of the vertical grid lines by jos 2014-06-05 15:40:58 +0200
  • 9f2eee8a CurrentTime and CustomTime working again by jos 2014-06-05 14:23:20 +0200
  • 9eb056d1 Moved grid lines of TimeAxis to the background panel by jos 2014-06-05 12:36:26 +0200