josdejong
748a5ba8f7
Switched to 2-space indentation
11 年之前
josdejong
7e6810955d
Switched to 2-space indentation
11 年之前
josdejong
f027e70f1f
Implemented pinching (not yet stable on chrome mobile)
11 年之前
josdejong
8020eca4ca
Integrated hammer.js in Timeline
12 年之前
josdejong
6c085b1cce
Added a test example for groups. Added ContentPanel (not yet in use)
12 年之前
josdejong
5ac671af79
Some fixes in positioning of groups
12 年之前
josdejong
460e2f872a
Updated docs
12 年之前
Jos de Jong
30898d212d
Merge pull request #20 from Gillingham/develop
Create ItemRangeOverflow item type
12 年之前
Eric Gillingham
aa58fe83a6
Undo local CSS changes for an easier upstream merge
12 年之前
Eric Gillingham
98d40f7fd7
Recompile vis.js and vis.min.js
12 年之前
Eric Gillingham
4beee1f290
Create ItemRangeOverflow item type
Overflow simply extends ItemRange with a new getWidth() function that
determines if the content of the range is wider than the range box
itself.
This did require adding a getWidth() function to the Item object that
always just returns this.width, and adjusting Stack.js to use the new
getWidth() function instead of item.width
12 年之前
Eric Gillingham
172ad34aff
Merge remote-tracking branch 'upstream/develop' into develop
12 年之前
Jos de Jong
b4ca3f4526
Merge pull request #19 from fi0dor/upstream
Custom time bar as a component
12 年之前
josdejong
15a4ac5265
Fixed #6 : options `min` and `max` are broken.
12 年之前
Fedor Tirsel
251d4e552f
Custom time bar as a component
12 年之前
josdejong
0a2cbdff14
Fixed #18 : Not loading hammer.js when running on node.js
12 年之前
Eric Gillingham
7c2df4407f
Update compiled js files
12 年之前
Eric Gillingham
447a08d2d0
Merge remote-tracking branch 'upstream/develop' into develop
Conflicts:
vis.js
vis.min.js
12 年之前
josdejong
f73d862811
Added docs for option `showCurrentTime`
12 年之前
josdejong
424a168f06
Merge branch 'master' into develop
12 年之前
Jos de Jong
224db3b362
Merge pull request #17 from fi0dor/feature
Current time bar as a component
12 年之前
Fedor Tirsel
a2498f0f6c
Current time bar as a component
12 年之前
josdejong
44200655de
Merge branch 'master' into develop
12 年之前
Jos de Jong
0233afb5bb
Merge pull request #15 from Gillingham/patch-1
Fix dataSet parsing of Moment objects
12 年之前
josdejong
63f0622fc6
Fixed broken links to moment.js
12 年之前
josdejong
38653ed5eb
Fixed links in examples to moment.js (see #13 )
12 年之前
josdejong
8a6318a3ad
Merge branch 'master' into develop
12 年之前
Eric Gillingham
0fd77437b7
Fix typo in moment conversion
12 年之前
Eric Gillingham
2728e4ae30
Fix dataSet parsing of Moment objects
Calling just moment.clone() won't do anything but error. Since moment.isMoment(object) guarantees object is already a moment instance, just calling moment(object) will clone
it per the moment docs http://momentjs.com/docs/#/parsing/moment-clone/
12 年之前
Eric Gillingham
68259d8d67
Fix DataSet Moment conversion. Calling object.clone() will fail if
object is already a moment instance. Calling moment(object) will clone
it per tehe moment docs http://momentjs.com/docs/#/parsing/moment-clone/
12 年之前
Jos de Jong
2adcbd320a
Merge pull request #13 from NelsonReis/master
Update references to moment.js in the examples
12 年之前
Nelson Reis
42cb375804
Update references to moment.js in the examples
12 年之前
josdejong
1b2292c1da
A fix calculating the size of a node when the range is empty
12 年之前
josdejong
3be9da2a4b
Fixed non-working scroll on FF
12 年之前
josdejong
563a21b886
Fixed css style of subtitle
12 年之前
josdejong
5bafcadbf0
Updated to version 0.3.0-SNAPSHOT
12 年之前
josdejong
6300445ca7
Updated to v0.2.0
12 年之前
josdejong
bdcb1040a3
Released version 0.2.0
12 年之前
josdejong
d9d4c3d18e
Updated network example and overview image
12 年之前
josdejong
51ba149803
Updated vis overview image
12 年之前
josdejong
85c77a6157
Fixed naming of translation functions
12 年之前
josdejong
0f19f6499f
A fix in dragging nodes in the graph around
12 年之前
josdejong
6ff96bb8a9
A fix in dragging nodes in the graph around
12 年之前
josdejong
430361a491
Implemented multi select nodes in graph using long press
12 年之前
josdejong
7011fe20b3
Implemented full touch support for Graph using hammer.js
12 年之前
josdejong
c0b2ffeaa7
Added an other example and some minor style improvements
12 年之前
josdejong
b8e8bf7141
Fixed #11 : initial empty range in the Timeline in case of a single item
12 年之前
josdejong
c6c8aab669
Fixed missing space between className classes. (See #7 )
12 年之前
Eric Gillingham
210c370bf8
Compile vis.js
12 年之前
Eric Gillingham
fa7eba5db8
Merge remote-tracking branch 'remotes/upstream/develop' into develop
12 年之前