5eab978d
fixed bug when hiding Y axis, redraw is not always successfully performed by
2014-08-22 17:06:47 +0200
b2d406e4
Fixed #230: Implemented function `focus(id)` to center a specific item (or multiple items) on screen by
2014-08-22 16:54:52 +0200
93604346
Renamed "Link" to "Edge" in manipulation menu by
2014-08-22 16:15:20 +0200
13472449
Restored the `Timeline Options` section in the Graph2d docs by
2014-08-22 15:54:39 +0200
ab869c1b
Renamed option `activatable` to `clickToUse` by
2014-08-22 15:48:49 +0200
9b7360b5
Merge remote-tracking branch 'origin/develop' into develop by
2014-08-22 15:21:11 +0200
5d4044f9
Fixed page scroll event not being blocked when moving around in Network using arrow keys by
2014-08-22 15:20:55 +0200
55e20047
Implemented `activatable` support for Network by
2014-08-22 15:19:19 +0200
0808f0a8
Implemented option `activatable` for Timeline and Graph2d by
2014-08-22 14:14:31 +0200
8cdde276
Merge remote-tracking branch 'origin/develop' into develop by
2014-08-22 11:31:00 +0200
c5f4b2af
Fixed bug where empty groups would crash graph2d, cleaned code by
2014-08-22 11:30:26 +0200
a2c94336
Timeline and Graph2d now extend Core instead of loading it mixin wise by
2014-08-22 10:48:44 +0200
0899c1aa
Merge remote-tracking branch 'origin/develop' into develop by
2014-08-22 10:24:17 +0200
492f1710
Removed redundant z-index by
2014-08-22 10:24:07 +0200
1820228b
Some simplifications in html/css of manipulation mixin by
2014-08-22 10:01:27 +0200
904b9e7b
Some css improvements by
2014-08-22 09:51:15 +0200
9d45d947
Dots of items are now attached to the top panel instead of background panel (no need for z-index tricks) by
2014-08-22 09:44:37 +0200
8dd36d1f
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-08-21 19:06:13 +0200
a4b93521
fixed small bug in network, refactored graph2d. Added handleOverlap for barcharts by
2014-08-21 19:01:33 +0200
613030e9
Updated /dist/ folder by
2014-08-21 17:24:10 +0200
57374b33
Implemented localization for Network by
2014-08-21 17:23:36 +0200
e207d2f1
Created a separate locales.js for Network by
2014-08-21 16:45:56 +0200
db4c1388
Replaced most alert(...) with throw new Error(...). Added two more entries to labels by
2014-08-21 16:43:48 +0200
1893ac65
Updated graph2d docs by
2014-08-21 16:19:54 +0200
26ca73df
Implemented localization in Timeline and Graph2d by
2014-08-21 16:13:59 +0200
9e9508fe
minor doc update by
2014-08-21 14:00:11 +0200
f62fa6d7
Added customRange for graph2d Y axis by
2014-08-21 13:38:09 +0200
2abfcd82
Fixed physics stopping conditions, updated history #255 by
2014-08-21 10:40:41 +0200
27710d23
Updated main field of bower.json to `["dist/vis.min.js", "dist/vis.min.css"]` (see also #256) by
2014-08-21 09:02:08 +0200
ad658619
Merge branch 'master' into develop by
2014-08-21 09:01:09 +0200
c2f8dfdc
Merge pull request #256 from synthomat/patch-1 by
2014-08-21 09:00:08 +0200
8b175f3d
fixed pointdrawing with new barchart functionality by
2014-08-20 16:03:25 +0200
16b712c5
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-08-20 15:29:21 +0200
4ad7165b
Added barChart overlap functions by
2014-08-20 15:26:23 +0200
7fa05193
Update bower.json by
2014-08-20 15:17:04 +0200
cb3e6527
Fixed #252: canceling moving an item to another group did not move the item back to the original group. by
2014-08-20 14:57:48 +0200
176767b1
Fixed #254: unclear description of Timeline.setSelection. by
2014-08-20 13:12:38 +0200
c39c41f5
Removed a weird character by
2014-08-18 11:51:53 +0200
44ef978a
Fixed #238: the `change` event sometimes being fired twice on IE10 by
2014-08-18 11:01:13 +0200
22a76cf2
fixed typo's in example 29, fixed group id 0 not used by
2014-08-15 11:53:41 +0200
69077c95
Removed a resolved todo by
2014-08-15 10:07:30 +0200
75d90fbc
Bumped version number to 3.2.1-SNAPSHOT by
2014-08-14 17:21:32 +0200
af2ccce2
Added screenshot by
2014-08-14 17:15:53 +0200
44aabd98
Released version 3.2.0 by
2014-08-14 17:15:17 +0200
b8c7294a
(tag: v3.2.0)
Released version 3.2.0 by
2014-08-14 17:02:21 +0200
8270a60f
updated history by
2014-08-13 11:29:59 +0200
462995a3
switched navigation to Hammer --> fixed #233 by
2014-08-13 11:22:07 +0200
ad996647
fixed #235 by
2014-08-13 11:06:45 +0200
e82a95fd
Fixed a group "null" being displayed in IE when not using groups (see also #238) by
2014-08-13 10:17:51 +0200
74faa13b
Renamed core.js to Core.js by
2014-08-05 10:20:47 +0200
06bf7c26
- Fixed mass = 0 for nodes. - Revamped the options system. You can globally set options (network.setOptions) to update settings of nodes and edges that have not been specifically defined by the individual nodes and edges. - Disabled inheritColor when color information is set on an edge. - Tweaked examples. - Removed the global length property for edges. The edgelength is part of the physics system. Therefore, you have to change the springLength of the physics system to change the edge length. Individual edge lengths can still be defined. - Removed global edge length definition form examples. by
2014-07-24 15:44:38 +0200
d1165350
made getItemRange respect visible graphgroups by
2014-07-23 18:04:42 +0200
b8d5d462
added fit() and getItemRange() by
2014-07-23 17:42:57 +0200
a3f0d4b3
fixed bug with empty groups in graph2d by
2014-07-23 17:11:56 +0200
b123ab29
added docs, removed logs, added extra comments. by
2014-07-23 14:02:33 +0200
9fdcac2f
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-07-23 13:55:25 +0200
6b8198d3
justified examples by
2014-07-23 13:54:32 +0200
d384d0d2
added external legend example, visible option for groups, getLegend() function by
2014-07-23 13:50:55 +0200
b6ed63dd
Updated /dist by
2014-07-23 10:47:44 +0200
a8c340df
Merge remote-tracking branch 'origin/develop' into develop by
2014-07-23 10:47:17 +0200
f2970e33
Fixed another bug causing items to get orphaned sometimes (See #197) by
2014-07-23 10:45:37 +0200
de365cd6
made graph2d and timeline use the same core by
2014-07-22 17:06:42 +0200
dc78969e
Bumped version number to 3.1.1-SNAPSHOT by
2014-07-22 11:59:31 +0200
500bdf9a
Removed vis-light.js (again) by
2014-07-22 11:58:05 +0200
875770ab
Fixed a typo by
2014-07-22 11:52:30 +0200
06d7905d
Fixed a typo by
2014-07-22 11:52:17 +0200
fe0760f6
Released version 3.1.0 by
2014-07-22 11:51:35 +0200
1b32004b
(tag: v3.1.0)
Released version 3.1.0 by
2014-07-22 11:24:02 +0200
6d8df70e
Merged develop branch by
2014-07-22 11:22:06 +0200
a087546b
Built version 3.1.0 by
2014-07-22 11:18:18 +0200
01ccf128
Merge remote-tracking branch 'origin/develop' into develop by
2014-07-22 11:16:30 +0200
9db3326f
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-07-22 11:16:03 +0200
72105bf7
fixed edge edit nodes by
2014-07-22 11:15:39 +0200
0f14626d
Updated version number to 3.1.0 by
2014-07-22 11:09:41 +0200
2897ac9d
Removed vis-light.js by
2014-07-22 10:54:48 +0200
da0e252d
Trying dutch language file of moment.js by
2014-07-22 10:54:30 +0200
a0cc7bd1
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-07-22 10:40:01 +0200
854142a0
fixed width from value when selected (edge) #225 by
2014-07-22 10:39:12 +0200
cd2483bc
Merge remote-tracking branch 'origin/develop' into develop by
2014-07-22 10:33:46 +0200
f6a96602
Removed the light version of vis.js, added documentation on custom builds by
2014-07-22 10:33:33 +0200
6cb70ac8
added docs for gephi import, expanded example. by
2014-07-21 18:48:21 +0200
deb869fe
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-07-21 18:29:40 +0200
09d3f83a
Finalized import, reduced needless drawing of the network (performance boost!) by
2014-07-21 18:28:45 +0200
cbdbdc3c
Excluded moment.js language files by from the default vis.js bundle by
2014-07-21 17:16:05 +0200
00259e57
Updated /dist/ by
2014-07-21 16:22:04 +0200
b7165fac
Merge remote-tracking branch 'origin/develop' into develop by
2014-07-21 16:20:48 +0200
27bc2fb8
Upgraded hammer.js to v1.1.3 by
2014-07-21 16:20:30 +0200
93056303
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-07-21 16:10:43 +0200
cd131960
added few examples, added gephi parser (JSON), added JSON get for dataset by
2014-07-21 16:09:00 +0200
c8e8691d
Added vis-light bundle by
2014-07-21 16:08:46 +0200
30fb0030
Moved Slider and Camera into separate modules by
2014-07-21 14:42:25 +0200
2da139a4
Moved some util functions to util.js by
2014-07-21 14:34:07 +0200
3d29b25f
Removed redundant functions getPageX and getPageY by
2014-07-21 14:14:06 +0200
f5a7c7d2
Fixed #200: unable to select a node after scrolling by
2014-07-21 14:08:59 +0200
d7e5aad4
fixed binarySearchGeneric from infinite loop (added protection), fixed issue where all points have the same Y value. #222 by
2014-07-18 11:00:04 +0200
9377a6d2
new hierarchical solver by
2014-07-16 11:57:41 +0200
4e25648e
removed console.log debug by
2014-07-15 16:09:17 +0200
a0ab1008
added border width option for nodes per #210 by
2014-07-15 15:54:05 +0200
ee95ea47
updated vis file by
2014-07-15 15:30:35 +0200
5fd89bd0
Fixed hierarchical layouts with nodes that start at a level > 0 #220 by
2014-07-15 15:30:06 +0200