Commit Graph

  • 6777f7f7 graph3d finished for vis by Alex de Mulder 2014-06-05 12:12:37 +0200
  • 7ad41530 Added a horizontal and vertical background element by jos 2014-06-05 12:07:56 +0200
  • 7a10407c Timeline repaints when orientation is changed by jos 2014-06-05 12:00:35 +0200
  • 2f903e08 graph3d functional by Alex de Mulder 2014-06-05 11:52:54 +0200
  • 17fc182f TimeAxis starting to work again by jos 2014-06-05 11:24:52 +0200
  • 6e966177 Fixed background size (did not reckon with borders of root panel) by jos 2014-06-04 17:42:04 +0200
  • 3a33fe6d Improved panel skeleton further, empty panels are now invisible (no border) by jos 2014-06-04 17:35:48 +0200
  • e0199ea5 graph3d functional, examples and playground working. Docs need to be done. by Alex de Mulder 2014-06-04 17:21:43 +0200
  • aeeb7e9f Improved panel skeleton by jos 2014-06-04 15:07:48 +0200
  • 67e8d25a Created simple skeleton with panels: left, right, top, bottom, center. by jos 2014-06-04 14:03:41 +0200
  • d7efac9f updated docs by Alex de Mulder 2014-06-02 18:22:16 +0200
  • 23239912 added hover events by Alex de Mulder 2014-06-02 18:20:30 +0200
  • e4181b02 filtering not working at the moment by Alex de Mulder 2014-06-02 17:43:43 +0200
  • 2df2298c added graph3d by Alex de Mulder 2014-06-02 14:30:54 +0200
  • 6ef3cdb5 added hover styles and options by Alex de Mulder 2014-06-02 12:00:55 +0200
  • 85b062cb Added focusOnNode function #139 by Alex de Mulder 2014-06-02 10:41:09 +0200
  • 52a6961d graph: fixed bug with empty nodeset hierarchical layout #145 by Alex de Mulder 2014-06-02 10:24:03 +0200
  • eec1de0a first working version! =] by Alex de Mulder 2014-06-02 10:09:39 +0200
  • 11ec14ba Fixed `Timeline.clear()` not resetting a configured `options.start` and `options.end` by jos 2014-05-28 14:21:44 +0200
  • 3f9e28ef Bumped version number to 1.0.3-SNAPSHOT by jos 2014-05-28 14:04:25 +0200
  • cb05be0d Released version 1.0.2 by jos 2014-05-28 13:58:24 +0200
  • 1e0c8c30 (tag: v1.0.2) Merge branch 'develop' by jos 2014-05-28 13:50:06 +0200
  • 1893cd7b Released version 1.0.2 by jos 2014-05-28 13:49:26 +0200
  • 94741fbd Implemented a method `clear([what])`, to clear items, groups, and configuration of a Timeline instance. by jos 2014-05-28 13:45:21 +0200
  • c46919d7 Partly fixed #109: Axis scale and step size of a second Timeline are wrongly calculated due to miscalculation of the size of a character. by jos 2014-05-28 11:51:08 +0200
  • 10d6e4eb Merge branch 'develop' into linegraph by Alex de Mulder 2014-05-28 11:44:52 +0200
  • 9638a346 refactored _canvasToX to _XconvertDOMtoCanvas and _xToCanvas to _XconvertCanvasToDOM (same for y) by Alex de Mulder 2014-05-28 11:31:44 +0200
  • d5cc56a1 Merge branch 'develop' of https://github.com/almende/vis into develop by Alex de Mulder 2014-05-28 10:35:43 +0200
  • 0066f31d interchanged canvasToDOM and DOMtoCanvas to correspond with the docs. by Alex de Mulder 2014-05-28 10:34:39 +0200
  • ec5b7e23 updated linegraph, axis style complete by Alex de Mulder 2014-05-28 10:33:48 +0200
  • cf48b7d7 Fixed #86: A newly created item is now initialized with `end` property when option `type` is `"range"` or `"rangeoverflow"`. by jos 2014-05-27 16:05:10 +0200
  • 84f58cef Fixed #116 and #138: bug when rendering the Timeline inside a hidden container. by jos 2014-05-27 15:48:31 +0200
  • c0614edb Added function `repaint()` to force a repaint of the Timeline. by jos 2014-05-27 14:52:33 +0200
  • e5cc8d74 Added a simple navigation menu example by jos 2014-05-27 14:31:20 +0200
  • 8ffacecd Implemented option `minHeight`, similar to option `maxHeight`. (See #132) by jos 2014-05-27 14:06:54 +0200
  • 31dde6cc Merge remote-tracking branch 'origin/develop' into develop by jos 2014-05-27 11:44:11 +0200
  • 960e1047 Made the instance of moment.js packaged with vis.js accessibly via `vis.moment`. by jos 2014-05-27 11:44:01 +0200
  • 29fdab86 Merge branch 'develop' into linegraph by Alex de Mulder 2014-05-26 11:37:45 +0200
  • c31b6dfb Merge branch 'develop' of https://github.com/almende/vis into develop by Alex de Mulder 2014-05-26 11:35:28 +0200
  • 117e9a1e renamed variable for clarity by Alex de Mulder 2014-05-26 11:34:12 +0200
  • b3b1980d Merge remote-tracking branch 'origin/develop' into develop by jos 2014-05-23 13:15:13 +0200
  • 3d7618ba Fixed #141: a bug in replacing the DataSet of groups via `Timeline.setGroups(groups)` by jos 2014-05-23 13:15:02 +0200
  • 9d28f56d Merge branch 'develop' of https://github.com/almende/vis into develop by Alex de Mulder 2014-05-22 10:49:38 +0200
  • 904e7cfb added zoomable and moveable by Alex de Mulder 2014-05-22 10:48:26 +0200
  • 36ff1f5b Some tweaks in snapping dragged items to nice dates. by jos 2014-05-21 11:03:13 +0200
  • abea9085 restored setOptions, removed reset of view. by Alex de Mulder 2014-05-20 12:09:07 +0200
  • 0b6f0aee rephrased docs by Alex de Mulder 2014-05-20 10:51:05 +0200
  • 536c2220 added option to setOptions to avoid resetting view. by Alex de Mulder 2014-05-20 10:46:47 +0200
  • 65770b5c minor changes by Alex de Mulder 2014-05-20 10:15:13 +0200
  • aeb38879 rebuilt vis dist by Alex de Mulder 2014-05-13 16:46:16 +0200
  • 44f509dd working on linegraph by Alex de Mulder 2014-05-13 16:45:38 +0200
  • b2ce291a Merge branch 'develop' of https://github.com/almende/vis into develop by Alex de Mulder 2014-05-13 16:43:36 +0200
  • 3f6af5f8 fixed stabilized event #131 by Alex de Mulder 2014-05-13 16:42:59 +0200
  • 73b6fd3a Updated version number to 1.0.2-SNAPSHOT by jos 2014-05-09 16:59:06 +0200
  • caa1fcb0 released version 1.0.1 by jos 2014-05-09 16:56:08 +0200
  • 382b231d (tag: v1.0.1) Merge branch 'develop' by jos 2014-05-09 16:50:15 +0200
  • b7a84f6c Released version 1.0.1 by jos 2014-05-09 16:50:00 +0200
  • 64a3f369 added events viewChanged and zoom. by Alex de Mulder 2014-05-09 15:24:37 +0200
  • 027d22d4 updated history by Alex de Mulder 2014-05-09 14:51:07 +0200
  • 219eb562 Merge branch 'develop' of https://github.com/almende/vis into develop by Alex de Mulder 2014-05-09 11:54:48 +0200
  • c4e5533c fixed bug where playing with physics would not load when hierarchical is selected. Fixed bug where hierarchical physics settings wouldnt carry over to constants (#123) by Alex de Mulder 2014-05-09 11:52:49 +0200
  • 6bf6c8fc fixed small bug in playing with physics where after settling, a drag will not trigger animation. by Alex de Mulder 2014-05-09 11:28:28 +0200
  • 54dcb026 Fixed #122: a bug wrongly rendering invisible items after updating them. by jos 2014-05-09 11:25:55 +0200
  • eceb1b0e Fixed #121: Bug in width of items with type `rangeoverflow` by jos 2014-05-09 11:13:05 +0200
  • 7a0c72a9 Merge remote-tracking branch 'origin/develop' into develop by jos 2014-05-07 14:57:42 +0200
  • a8b66412 Added comments on months in the JavaScript Date object being zero based. by jos 2014-05-07 14:57:11 +0200
  • 6c7e6968 added DOMtoCanvas and canvasToDOM by Alex de Mulder 2014-05-07 11:07:32 +0200
  • 44e91231 Fixed select event not always being triggered (See #107. #110) by jos 2014-05-06 09:13:10 +0200
  • 409e6025 Fixed some Prototypes from being globally defined by jos 2014-05-05 15:27:16 +0200
  • 5bc5d51f Some minor fixes in two examples by jos 2014-05-02 15:16:20 +0200
  • 9d8b3aa6 Released version 1.0.0, minor style updates by jos 2014-05-02 14:07:39 +0200
  • 6206881d Updated version number to 1.0.1-SNAPSHOT by jos 2014-05-02 13:53:54 +0200
  • a1ed7288 Merge branch 'develop' by jos 2014-05-02 13:35:52 +0200
  • 8e6bb738 (tag: v1.0.0) Released version 1.0.0 by jos 2014-05-02 13:35:23 +0200
  • 3b239349 Extended DataSet documentation by jos 2014-05-02 12:38:32 +0200
  • eed261b6 Implemented function `fit` by jos 2014-05-02 11:50:47 +0200
  • cfb327a2 More examples added by jos 2014-05-02 11:06:11 +0200
  • c06d00a3 Some css improvements by jos 2014-05-02 11:06:03 +0200
  • 5c00aec5 Merge pull request #106 from Gillingham/develop by Jos de Jong 2014-05-02 09:07:07 +0200
  • 111ed6af Correct type for stack option, docs and code use stack, but Timeline.js used stacking for the default, making it not stack by default. by Eric Gillingham 2014-05-01 16:27:10 -0700
  • dfe8e3bc Merge branch 'develop' of github.com:Gillingham/vis into develop by Eric Gillingham 2014-05-01 16:25:37 -0700
  • 284013c3 Implemented option `stack` to enable/disable stacking of items. by jos 2014-05-01 17:11:32 +0200
  • 2829eb1c Fixed updating axis margin after deleting group by jos 2014-05-01 16:52:38 +0200
  • e79c0772 Implemented dragging items from one group to another. Implemented detailed configuration of editable actions. by jos 2014-05-01 16:38:29 +0200
  • a5445051 Fixed adjusting for changed margins on the fly, fixed reckoning with height of group label for group height by jos 2014-05-01 15:06:32 +0200
  • a002f611 Fixed zero height of itemSet in case of no DataSet for items by jos 2014-05-01 14:05:14 +0200
  • 0bec54d1 Fixes in updates from DataSets by jos 2014-05-01 13:51:33 +0200
  • 6466da5c Fixed a positioning issue with ItemPoint by jos 2014-05-01 12:11:52 +0200
  • 463aee0c Fixed removing items by jos 2014-05-01 12:01:04 +0200
  • 6270ca34 LabelSet working again by jos 2014-05-01 11:47:58 +0200
  • d4e2f8c6 Halfway large refactoring of ItemSet/GroupSet/Group by jos 2014-05-01 11:12:53 +0200
  • c55f75ef Some refactoring by jos 2014-04-30 14:57:13 +0200
  • 36e512ce Removed parameter `parent` from Item constructor by jos 2014-04-30 14:36:46 +0200
  • 735734e5 Added background and axis frame per group by jos 2014-04-30 14:29:33 +0200
  • 58e81f3f Created a Group holding ungrouped items, for timelines not using groups by jos 2014-04-30 11:24:20 +0200
  • 5a5ba084 Isolated calculation of visible items in function updateVisibleItems by jos 2014-04-30 10:27:16 +0200
  • 50a316ea New Group starts working by jos 2014-04-30 09:49:06 +0200
  • efd86100 Inserted some more group functionality to ItemSet by jos 2014-04-29 16:25:29 +0200
  • aac309fe Merge branch 'develop' into itemset by jos 2014-04-29 14:52:59 +0200
  • 186ed376 Fixed changed ranges not being deletable by jos 2014-04-29 14:52:41 +0200