fc47ae26
Merge pull request #444 from motzel/develop by
2014-11-17 10:40:41 +0100
d760f3d9
Fixed onAdd/onUpdate callbacks not working when using DataView in Timeline by
2014-11-15 21:43:32 +0100
ba74a15c
Bumped version number to 3.7.1-SNAPSHOT by
2014-11-14 17:07:19 +0100
0e6be643
Released version 3.7.0 by
2014-11-14 17:05:24 +0100
e18e0ca7
(tag: v3.7.0)
Released version 3.7.0 by
2014-11-14 17:01:27 +0100
e14479f2
made sure ranged items do not disappear on a large set window by
2014-11-13 12:05:10 +0100
1f6dd0bb
removed div ids from manipulation by
2014-11-12 16:34:11 +0100
1043ef08
removed div id from navigation by
2014-11-12 15:59:12 +0100
3b9142fd
fixed disappearing items by
2014-11-12 15:31:39 +0100
411b08ab
- Added a finishedRedraw event. by
2014-11-11 18:21:46 +0100
fed1e4e1
reverting example by
2014-11-11 17:52:41 +0100
1dafff11
- Removed IDs from navigation so multiple networks can be shown on the same page. (#438) by
2014-11-11 17:30:57 +0100
5a023f80
reverted example by
2014-11-11 17:24:45 +0100
37c80b19
- Added pointer properties to the click and the doubleClick events containing the XY coordinates in DOM and canvas space. by
2014-11-11 17:23:09 +0100
6a937037
modularized graph2d draw styles, added point style. by
2014-11-11 17:11:12 +0100
1d5ba108
Added new Graph2d examples to gallery by
2014-11-07 17:02:58 +0100
24fb196d
Added new examples to index.html by
2014-11-07 16:06:49 +0100
4012b488
Bumped version number to 3.6.5-SNAPSHOT by
2014-11-07 15:59:46 +0100
1e76e30c
Released version 3.4.6 by
2014-11-07 15:58:36 +0100
dc22bba9
(tag: v3.6.4)
Released version 3.6.4 by
2014-11-07 15:51:11 +0100
a6ff28f3
Fixed an issue with graphHeight in Graph2d by
2014-11-07 15:45:59 +0100
823e66a9
new keycharm version by
2014-11-07 14:37:54 +0100
7dfe60be
removed mousetrap, added keycharm by
2014-11-06 15:57:11 +0100
f07b9a8a
further cleanup of binary search by
2014-11-06 10:50:11 +0100
6ded752e
Optimised a serious slowdown on performance since hidden dates. Clarified binary search by
2014-11-05 18:10:32 +0100
7c23ffa3
fixed clean up of icons, titles, fixed some style issues, typos by
2014-11-05 16:46:14 +0100
5aa43121
Merge branch 'cdjackson-graph2d_styling' into develop by
2014-11-05 16:16:30 +0100
7f9ec52c
Merge branch 'graph2d_styling' of https://github.com/cdjackson/vis into cdjackson-graph2d_styling by
2014-11-05 16:08:08 +0100
3e3d0f08
fixed bug introduced in commit when options.graphheight was not supplied by
2014-11-05 15:54:27 +0100
7ce3f418
Fixed moving legend when postioned on the bottom and vertical dragging by
2014-11-05 15:15:28 +0100
ca29945f
Added new verticalDrag event for internal use, allowing the vertical scrolling of the grid lines on drag. by
2014-11-05 15:04:20 +0100
f24b16ad
Made graphHeight automatic if height is defined AND if graphHeight is smaller than the center panel when height is defined as well. by
2014-11-05 14:19:25 +0100
6bf641bf
Fixed cleaning up of graph2d groups. by
2014-11-05 12:02:27 +0100
aac382fc
fixed arrowheads not being colored by
2014-11-05 11:30:52 +0100
2f17bd94
fixed release with navigation buttons by
2014-11-05 11:24:20 +0100
22af5eae
Update documentation by
2014-11-03 14:22:48 +0000
e7b91971
Update demo. by
2014-11-03 13:16:03 +0000
9654c692
Add fill styling option by
2014-11-03 13:11:46 +0000
4e6c5a51
Add style option for data points. Note that this ought to be renamed to be consistent with other style options but currently 'style' is used to define the shape of the point. by
2014-11-03 12:56:56 +0000
43bead4a
Fixed #414: only one item being dragged when multiple items are selected. by
2014-11-03 13:51:15 +0100
09626acd
Update documentation by
2014-11-03 12:39:42 +0000
e9cd8384
Update examples by
2014-11-03 12:11:40 +0000
e95c28d0
Fixed #408: height of background items not 100% when having a fixed or max height defined. by
2014-11-03 10:47:45 +0100
67121738
Merge branch 'graph2d_add_title' into development by
2014-11-02 12:58:40 +0000
0e058110
Merge branch 'graph2d_decimals' into development by
2014-11-02 12:56:01 +0000
ab76d352
Update demo by
2014-11-02 12:53:43 +0000
846e2b32
Catch case where title is undefined by
2014-11-02 12:29:27 +0000
e9f023fe
Add decimal option for formatting axis labels by
2014-11-02 12:14:31 +0000
ae8350e4
Update icon to reflect style by
2014-11-01 19:30:25 +0000
f82b32c0
Add style option for axis titles. by
2014-11-01 14:26:47 +0000
99774498
Add documentation for axis titles. by
2014-11-01 14:11:14 +0000
d3ac7911
Add documentation. by
2014-11-01 14:03:26 +0000
64ed4201
Add 'style' option to group for lineChart. Allows overriding of class definitions which provides a much simpler interface for programatically setting user defined options. by
2014-11-01 13:54:14 +0000
42c02243
Tidy up example by
2014-11-01 11:09:30 +0000
1636e371
Add 'title' option to display a title on the left or right axes. This is primarily designed for the graph2d line graph. by
2014-10-31 16:51:31 +0000
6633e22c
Bumped version number to 3.6.4-SNAPSHOT by
2014-10-28 16:30:56 +0100
f598f197
Released version 3.6.3 by
2014-10-28 16:28:21 +0100
ad3f20bc
(tag: v3.6.3)
Released version 3.6.3 by
2014-10-28 16:25:08 +0100
6ec184e7
Implemented DataSet.setOptions by
2014-10-28 13:46:39 +0100
eb4f3c41
Updated /dist by
2014-10-28 11:27:08 +0100
c34c5a66
Updated docs and history by
2014-10-28 11:26:17 +0100
ba6e0548
redraw on data change is now done on next tick, so you have only one redraw for multiple (synchronous) changes by
2014-10-28 11:16:07 +0100
41bbb30b
Integrated queue in DataSet by
2014-10-28 11:14:58 +0100
f9ca7e51
Created a Queue by
2014-10-28 10:46:23 +0100
8fba0714
Fixed a regular expression by
2014-10-27 15:53:30 +0100
09cad4e1
Updated /dist by
2014-10-27 15:35:25 +0100
8aa4528f
Fixed #336: Timeline not working on IE9 anymore by
2014-10-27 15:34:57 +0100
18d2c408
new build by
2014-10-27 12:55:04 +0100
589e9e24
Merge remote-tracking branch 'origin/develop' into develop by
2014-10-27 11:52:56 +0100
cc58bcad
Little refactoring by
2014-10-27 12:46:51 +0100
e953ba4c
Updated history by
2014-10-27 12:38:00 +0100
3183aff6
Fixed dashed and arrow lines not using inheritColor. #399 by
2014-10-27 11:52:42 +0100
d5444a0c
Fixed and simplified binary search by
2014-10-27 12:35:06 +0100
e496e9a4
Added information on where to ask questions by
2014-10-27 10:38:01 +0100
0e4cdeee
Fixed #402: background items not always be cleared when removing them by
2014-10-27 10:21:48 +0100
edaa6cc3
Bumped version number to 3.6.3-SNAPSHOT by
2014-10-24 10:00:41 +0200
e0a4df3d
Updated downloadable zip file by
2014-10-24 09:48:28 +0200
6c00fdba
Released v3.6.2 by
2014-10-24 09:47:07 +0200
9906a074
(tag: v3.6.2)
Released version 3.6.2 by
2014-10-24 09:42:24 +0200
191bb159
Dual licensed vis.js (see #285) by
2014-10-24 09:39:11 +0200
8d83372d
Updated version number to 3.6.2-SNAPSHOT by
2014-10-22 21:56:57 +0200
bf2eb031
Updated version number on home page by
2014-10-22 21:52:45 +0200
bd28944a
Released version 3.6.1. Added new screenshots by
2014-10-22 21:51:48 +0200
624a6f10
(tag: v3.6.1)
Released version 3.6.1 by
2014-10-22 21:33:03 +0200
8527e25c
fixed subgroups and added sorting by
2014-10-22 12:59:17 +0200
5cd6a2c9
fixed all problems with hiddenDates by
2014-10-22 12:29:48 +0200
d35dbef5
fixed all problems with hiddenDates EXCEPT moment on firefox by
2014-10-22 12:05:17 +0200
4b44c19f
fixed uneven spacing of hidden dates by
2014-10-21 17:48:06 +0200
b0749fbe
Merge remote-tracking branch 'origin/develop' into develop by
2014-10-21 17:47:19 +0200
ec8b53d9
fixed uneven spacing of hidden dates by
2014-10-21 17:46:41 +0200
d64f43c1
Changed version number to 3.6.1-SNAPSHOT by
2014-10-21 17:20:35 +0200
ee636e42
released version 3.6.0 by
2014-10-21 17:19:04 +0200
01ef3b45
(tag: v3.6.0)
Released version 3.6.0 by
2014-10-21 17:11:51 +0200
72703128
Background areas are now neatly ignored from stacking by
2014-10-21 15:31:37 +0200
91075357
Ok background areas seem to work fine now by
2014-10-21 15:28:12 +0200
00328965
Background areas can now be draw in a specific group or spread over the whole Timeline. by
2014-10-21 15:04:18 +0200
942ad574
Merge remote-tracking branch 'origin/develop' into develop by
2014-10-21 12:38:02 +0200
eb09734c
fixed item dragging offset in the x direction by
2014-10-21 12:37:43 +0200
c198bcd1
Cleaned up example 29 by
2014-10-21 12:11:48 +0200
01c7d0e1
updated history by
2014-10-21 10:35:52 +0200