Alex de Mulder
2177c9a470
moved easing functions to util
10 years ago
jos
f990f09124
Refactored `ItemBox`, `ItemRange`, and `ItemPoint` to respectively `BoxItem`, `RangeItem`, and `PointItem`.
10 years ago
jos
1d70335b1a
Implemented animated range change for functions `fit`, `focus`, `setSelection`, and `setWindow`.
10 years ago
Alex de Mulder
06bf7c265b
- Fixed mass = 0 for nodes.
- Revamped the options system. You can globally set options (network.setOptions) to update
settings of nodes and edges that have not been specifically defined by the individual nodes and edges.
- Disabled inheritColor when color information is set on an edge.
- Tweaked examples.
- Removed the global length property for edges. The edgelength is part of the physics system. Therefore, you have to change
the springLength of the physics system to change the edge length. Individual edge lengths can still be defined.
- Removed global edge length definition form examples.
10 years ago
Alex de Mulder
09d3f83ab6
Finalized import, reduced needless drawing of the network (performance boost!)
10 years ago
jos
27bc2fb8a6
Upgraded hammer.js to v1.1.3
10 years ago
Alex de Mulder
cd131960dc
added few examples, added gephi parser (JSON), added JSON get for dataset
10 years ago
jos
2da139a4e8
Moved some util functions to util.js
10 years ago
jos
3d29b25f5f
Removed redundant functions getPageX and getPageY
10 years ago
jos
f5a7c7d2c3
Fixed #200 : unable to select a node after scrolling
10 years ago
Alex de Mulder
d7e5aad410
fixed binarySearchGeneric from infinite loop (added protection), fixed issue where all points have the same Y value. #222
10 years ago
jos
5460a74eee
Cleaned up an unused variable
10 years ago
jos
792c336f65
Fixed another bug in determining the items currently visible (see #197 )
10 years ago
jos
fb6675a585
Fixed #197 : items in groups sometimes being displayed but not positioned correctly.
10 years ago
jos
72dfc0c45f
Reworked all code to commonjs modules. Replaced the build script with Gulp
10 years ago
jos
f0a5b12593
Moved source code from `/src/` to `/lib/`
10 years ago
Alex de Mulder
8a86e53f32
fully finalized with docs and examples
10 years ago
Alex de Mulder
146793270d
optimized, 8 amazing examples, just docs left....
10 years ago
Alex de Mulder
db46e27732
Creating examples, lots of bugfixes!
10 years ago
Alex de Mulder
b6e5a9dadb
bargraphs!! woohoo!!
10 years ago
Alex de Mulder
1bf725b8ac
test
10 years ago
Alex de Mulder
007a4a90b1
everything but legend and barchart working. two axis! woohoo!
10 years ago
jos
106983fad4
Timeline now accepts a DataSet with items having any type of start and end.
10 years ago
jos
f672f7b583
Reworked options and setOptions
10 years ago
jos
0f45b7a2f1
Removed double function naming
10 years ago
Alex de Mulder
6ef3cdb582
added hover styles and options
10 years ago
jos
94741fbd51
Implemented a method `clear([what])`, to clear items, groups, and configuration of a Timeline instance.
10 years ago
jos
44e9123101
Fixed select event not always being triggered (See #107 . #110 )
10 years ago
jos
edec21743e
Fixed repeatedly fired select event when clicking in an empty space in the Timeline
10 years ago
Alex de Mulder
900220c087
bugfixes for IE9, style fixes
10 years ago
jos
6cb50dc186
Moved createLabel to Group
10 years ago
jos
650e465ab0
Some first fixes in the GroupSet and side panel
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
699c13d99b
Temporarily fixed stacking in a primitive way
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`
10 years ago
josdejong
f678e076b1
Switched back to hammer.js 1.0.5 due to issues with 1.0.6
10 years ago
josdejong
7e6810955d
Switched to 2-space indentation
10 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