Alex de Mulder
d592459bc2
added Dynamic UI icon URL
11 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
12 years ago
josdejong
5c14597bb9
Implemented namespacing, closure, and support for require.js
12 years ago
josdejong
8a67a9f172
Css is now packages in the js file.
12 years ago
josdejong
45afd42252
Initial import
12 years ago