Alex de Mulder
900220c087
bugfixes for IE9, style fixes
10 years ago
Tim Pettersen
fc8a5b3180
Allow customization of tooltip styling.
10 years ago
Alex de Mulder
ba7a27d053
improved Playing with physics
10 years ago
josdejong
b2cfcc5318
Fixed scrolling to zoom not working on IE in standards mode
10 years ago
Alex de Mulder
d3506a82b3
refactoring, altered data manipulation, added callbacks and triggers, inserted temporary function overloading
10 years ago
Alex de Mulder
45692d8681
Modified code structure, fixed barnes Hut bugs
10 years ago
josdejong
ca54afe295
Replaced mouse events with touch events for CustomTime
10 years ago
josdejong
2feb514a2a
Implemented dragging items
10 years ago
Alex de Mulder
12669bcc54
Added data manipulation functionality
10 years ago
josdejong
778ed9c0d1
Implemented functions `on` and `off` to create event listeners for event `select`.
10 years ago
josdejong
3b6ca106ae
Moved images to src/graph/img, adjusted build script to copy them to dist, and some more variable renaming in the code
10 years ago
Alex de Mulder
d592459bc2
added Dynamic UI icon URL
10 years ago
josdejong
299b2dd81e
Css file must be loaded explicitly now. Library files moved to `dist`
11 years ago
josdejong
f678e076b1
Switched back to hammer.js 1.0.5 due to issues with 1.0.6
11 years ago
josdejong
7e6810955d
Switched to 2-space indentation
11 years ago
Eric Gillingham
0fd77437b7
Fix typo in moment conversion
11 years ago
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/
11 years ago
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/
11 years ago
josdejong
7011fe20b3
Implemented full touch support for Graph using hammer.js
11 years ago
josdejong
8643fdcc91
Renamed DataSet option fieldTypes to convert, and renamed util.cast to util.convert
11 years ago
josdejong
559e4d4dca
Improved casting of dates
11 years ago
josdejong
309564e367
Changed propagation of options in components to a prototype based solution
11 years ago
josdejong
74771c66dd
Implemented DataView
11 years ago
josdejong
dd8aa76b6c
GroupSet now neatly handling chances in groups data
11 years ago
josdejong
1dcd615626
Some fixes/improvements in calculating the height of the stacked items
11 years ago
josdejong
e0aa8eec53
Added HTML data example
11 years ago
josdejong
f3d1a63f17
Added support for Moment in the DataSet. Neatened the examples.
11 years ago
josdejong
58a6831619
Some obvious performance improvements
11 years ago
josdejong
279f918b12
EventBus.off is more flexible now
11 years ago
josdejong
00054668b4
Implemented a simple eventbus
11 years ago
josdejong
c5d7a9a9a5
Isolated the local classes in a single namespace (using commonjs for referring local classes does not work that handy)
11 years ago
josdejong
3c414664e0
Added a simple tool to watch for changes in the source and automatically rebuild vis.js on changes
11 years ago
josdejong
6590e2cd2e
Applied node style dependency management, using browserify now to bundle the code
11 years ago
josdejong
d55fb71c7f
Changed the dom of the itemset, added an axis element
11 years ago
josdejong
3e4e9313e3
Using vis as internal namespace now. All module related stuff is now located on a single place, in module.js
11 years ago
josdejong
5c14597bb9
Implemented namespacing, closure, and support for require.js
11 years ago
josdejong
8a67a9f172
Css is now packages in the js file.
11 years ago
josdejong
45afd42252
Initial import
11 years ago