53016d57
Merge branch 'develop' into alex_dev by
2014-02-04 17:07:25 +0100
e8597bcb
WIP manipulate dataset for graph by
2014-02-04 17:04:04 +0100
c18cb1d6
change css classes 'panel' and 'label' to not match those of twitter bootstrap by
2014-02-03 23:49:43 +0200
45c54fd8
Merge branch 'alex_new' into alex_dev by
2014-01-31 16:32:18 +0100
4e71b1a7
Updated version number to 0.5.0-SNAPSHOT by
2014-01-31 16:11:13 +0100
aee59089
Released version 0.4.0 by
2014-01-31 16:00:20 +0100
cd879b47
(tag: v0.4.0)
Released version 0.4.0 by
2014-01-31 15:52:08 +0100
43414f85
Fixed non working `start` and `end` options. by
2014-01-31 15:32:53 +0100
778ed9c0
Implemented functions `on` and `off` to create event listeners for event `select`. by
2014-01-31 15:11:41 +0100
aa7e611f
Added images to dist by
2014-01-31 14:30:42 +0100
5bcab942
Zoom via navigation now zooms around the window center by
2014-01-31 14:16:07 +0100
1f56efe3
Tweaked the script to get icon path by
2014-01-31 13:45:02 +0100
3b6ca106
Moved images to src/graph/img, adjusted build script to copy them to dist, and some more variable renaming in the code by
2014-01-31 13:28:14 +0100
6805c1f9
Renamed keyboardNavigation to keyboard by
2014-01-31 12:07:25 +0100
3c10c6d0
Renamed UI* stuff to Navigation by
2014-01-31 12:02:27 +0100
fa60644e
Merge branch 'alex_dev' into develop by
2014-01-31 11:38:33 +0100
5e93c442
refactoring, constants names, fixed trello notes by
2014-01-30 15:56:00 +0100
181516e2
added edge selection and removed this.selection from the graph by
2014-01-30 15:18:31 +0100
f9c14259
Splitted function `select` into `getSelection` and `setSelection` by
2014-01-30 14:00:43 +0100
5e6717f7
`select` event now returns the original type of the id, not the stringfied ids by
2014-01-30 13:46:52 +0100
c81ab915
removed this.selection in favor or this.selectionObj. This allows keeping track of selection of nodes and edges. by
2014-01-30 12:38:17 +0100
c455c2de
Merge branch 'develop' into alex_dev by
2014-01-30 10:24:54 +0100
fea35171
added code example for clustering by
2014-01-30 10:24:22 +0100
ebf756c8
Implemented item selection and a function select to get/set the selected items by
2014-01-29 17:47:58 +0100
f6d5de71
Implemented functions `on` and `off` for Timeline events by
2014-01-29 15:14:29 +0100
a5ee54a9
Merge branch 'alex_dev' into develop by
2014-01-29 14:29:41 +0100
6166fde6
added function to return selected objects (as per Git comment #28) by
2014-01-29 12:05:09 +0100
1eb3499a
Merge branch 'alex_dev' into develop by
2014-01-29 12:00:57 +0100
d8ec131e
fixed trello bugs: rewrote setSelection, tweaked forces and damping, grav point is fixed in space now by
2014-01-29 11:56:15 +0100
b127cb81
Some more updates in the docs by
2014-01-29 11:42:44 +0100
5f472d65
Restructured Graph docs by
2014-01-29 11:38:12 +0100
18a835df
Merge pull request #29 from almende/alex_dev by
2014-01-29 00:36:23 -0800
c7a50a72
finalized UI and keyboard navigation. Finished docs, updated history.MD by
2014-01-27 15:07:04 +0100
d59c2ab2
added UI config options, made keyboard nav standalone by
2014-01-27 14:35:39 +0100
d592459b
added Dynamic UI icon URL by
2014-01-27 14:24:32 +0100
3e9b13c1
fixed ZoomToFit, tweaked force calculation by
2014-01-27 13:30:08 +0100
fdd7e7b2
corrected discreet step and scaled forces by
2014-01-24 15:26:27 +0100
5c04f400
Merge pull request #1 from almende/develop by
2014-01-23 14:25:11 -0800
a3f935fe
added zoomExtends, added function documentation by
2014-01-23 17:33:12 +0100
111e5c2d
rewrote selection element of graph, very tidy. Still needs comments. Added keyboard navigation and Node based UI functionality. by
2014-01-22 19:17:42 +0100
0ff54067
created UI sector, starting to rework selection (generalize it over nodes and edges), edge implementation later. by
2014-01-22 14:09:49 +0100
107d14a2
small refactoring of force calculation by
2014-01-22 10:20:22 +0100
bab44ad4
Updated history by
2014-01-21 14:55:34 +0100
4a619362
Clustering FINAL by
2014-01-21 14:45:06 +0100
ba1dbb46
Bug fixes, changed clustering to mixin, added examples and documentation. by
2014-01-21 14:38:08 +0100
3b1fde26
Tested all examples, they work. Added documentation, renamed variables, refactoring, complete movement from universe to sectors by
2014-01-20 18:18:17 +0100
0807e982
Renamed universes to sectors, added documentation comments by
2014-01-20 11:13:42 +0100
0c64bd1b
Succesfully mixed universes into graph. Universes work. Graphics needed by
2014-01-17 18:42:06 +0100
e91b3bd7
added support for seperate universes. struggling with mixins. by
2014-01-17 17:04:15 +0100
d80de1b1
improved decluster around zoom center. Added only render when visible check, speeding up drawing. by
2014-01-17 11:25:56 +0100
0e17f34d
Merge remote-tracking branch 'origin/develop' into alex_dev by
2014-01-16 17:25:53 +0100
0e1b9d14
added snake removal, bugfixes, refactoring by
2014-01-16 17:23:34 +0100
4c747d9c
Documentation, doubleTap, imporved hubs by
2014-01-15 18:55:33 +0100
1f697cfd
cluster rendering. Cluster hubs, refactoring by
2014-01-15 16:28:46 +0100
93e2bd4b
Implemented function `select` for the Timeline by
2014-01-15 14:45:03 +0100
b017edca
Functions `select` and `unselect` on Items working by
2014-01-15 11:49:39 +0100
e47c90ea
Fixed some typos by
2014-01-14 17:39:40 +0100
c5ccf48a
Fixed a typo by
2014-01-14 17:38:31 +0100
44f3200a
Updated version number to 0.4.0-SNAPSHOT by
2014-01-14 17:35:32 +0100
9515bd0f
Improved overview image by
2014-01-14 17:34:53 +0100
d2fa4211
Added a description on how to publish by
2014-01-14 17:34:19 +0100
1f6064b4
Released version 0.3.0 by
2014-01-14 17:29:19 +0100
fe94ad66
(tag: v0.3.0)
Released version 0.3.0 by
2014-01-14 16:39:06 +0100
9e93580d
Released version 0.3.0 by
2014-01-14 16:26:56 +0100
421e338b
Some fixes in the build script and tests by
2014-01-14 16:17:16 +0100
e120083e
Merge remote-tracking branch 'origin/develop' into alex_dev by
2014-01-14 16:02:50 +0100
62205553
tweaked clustering by
2014-01-14 16:01:18 +0100
59a82b01
Added dataset get flag to return internal IDs and added tests by
2014-01-14 16:00:55 +0100
299b2dd8
Css file must be loaded explicitly now. Library files moved to `dist` by
2014-01-14 14:06:18 +0100
f678e076
Switched back to hammer.js 1.0.5 due to issues with 1.0.6 by
2014-01-14 12:35:33 +0100
4af15843
tweaked clustering by
2014-01-13 17:55:55 +0100
93c77fdf
Included hubaggregation clustering, changed the launch sequence to speed up the loading of big data. by
2014-01-13 17:41:08 +0100
6e690535
DATASET: Added options flag for including internal ids, added test coverage for it by
2014-01-13 17:40:32 +0100
7d8692b6
started on clustering over area by
2014-01-10 20:34:14 +0100
7687d4ef
Seperated clustering functions in cluster object by
2014-01-10 14:56:50 +0100
d8bef9cb
clustering levels introduced by
2014-01-10 14:13:45 +0100
981ba122
Extended timeline example 04 by
2014-01-10 10:46:16 +0100
86482d7c
added MouseTrap for keybinding handling by
2014-01-09 20:39:47 +0100
78286946
clustering, looking for keypressevent by
2014-01-09 18:11:27 +0100
13482130
tweaks by
2014-01-09 10:55:58 +0100
b84ceaf9
added force calculation features for clustering by
2014-01-08 17:32:15 +0100
5e8d670e
refined clustering by
2014-01-08 16:46:22 +0100
74f08ca6
finalized clustering by
2014-01-08 15:55:40 +0100
c875715e
clustering added comments, fixed bugs by
2014-01-08 14:39:40 +0100
b0994cdd
Implemented Clustering, still open TODOs by
2014-01-08 12:24:35 +0100
e2c5ee78
node index patch 1 by
2014-01-07 12:20:03 +0100
eb748935
removed debug settings from _updateNodeIndexList() by
2014-01-07 09:45:48 +0100
6055e204
removed _updateNodeIndexList from _setNodes. This is handled by _addNode by
2014-01-06 17:38:30 +0100
0199470b
Added _updateNodeIndexList() function to speed up force calculation by removing duplicate calculations. by
2014-01-06 17:28:11 +0100
334362c9
updated package.json to circumvent hammer bug and added node-watch. by
2014-01-06 17:27:17 +0100
748a5ba8
Switched to 2-space indentation by
2014-01-03 13:23:43 +0100
7e681095
Switched to 2-space indentation by
2014-01-03 13:22:44 +0100
f027e70f
Implemented pinching (not yet stable on chrome mobile) by
2013-12-20 14:35:33 +0100
8020eca4
Integrated hammer.js in Timeline by
2013-12-04 11:26:57 +0100
6c085b1c
Added a test example for groups. Added ContentPanel (not yet in use) by
2013-12-04 10:39:39 +0100
5ac671af
Some fixes in positioning of groups by
2013-11-08 15:34:37 +0100
460e2f87
Updated docs by
2013-11-01 12:26:41 +0100
30898d21
Merge pull request #20 from Gillingham/develop by
2013-11-01 03:52:05 -0700
aa58fe83
Undo local CSS changes for an easier upstream merge by
2013-10-30 13:52:47 -0700
98d40f7f
Recompile vis.js and vis.min.js by
2013-10-30 13:49:10 -0700