Alex de Mulder
6553b3933e
updated history
пре 10 година
Alex de Mulder
47d52827f5
Fixed #1039 , icon now returns correct distance to border
пре 10 година
Alex de Mulder
103b5b122c
Fixed #1044 , gave navigation buttons their own handler for release.
пре 10 година
Alex de Mulder
d49c27d1d0
rebuilt, fixed small bug in points
пре 10 година
Alex de Mulder
560c0f4a73
rebuilt, updated ignore, updated history
пре 10 година
Alex
f2092fd755
Merge pull request #1014 from ericvandever/develop
added getDataSet to network manipulation edge add and edit functions …
пре 10 година
Alex
9d3157a9cb
Merge pull request #1030 from mschallar/mschallar/develop
Added feature drawPoints.onRender
пре 10 година
Alex de Mulder
11b22d3299
- Fixed #1036 , bug in lockedRedraw. Thanks @vges !
пре 10 година
Manuel Schallar
51e2135f53
Fixed multiple paths to examples
пре 10 година
Manuel Schallar
35e8e15a17
Updated graph2d docs for drawPoints & drawPoints.onRender
пре 10 година
Manuel Schallar
06b78a0580
Updated example 19_labels.html
пре 10 година
Manuel Schallar
f39c246e5c
Updated Points.draw method to support onRender
+ Checking for callbacks
+ Using the newly generated 'groupTemplate' object instead of group
+ Updated calls to DOMutil.drawPoint to use the groupTemplate instead of group
пре 10 година
Manuel Schallar
71f875f8fd
added onRender as a drawPoints property and as a function on the object itself
пре 10 година
Manuel Schallar
d51be3bbf5
Delegate the onRender function to the correct property
пре 10 година
AlexDM0
f7326745aa
- Fixed bug where 0 axis was always in the automatically fitted range.
пре 10 година
AlexDM0
0cf8c4aae0
- Fixed updating bounding box of nodes without drawing.
пре 10 година
Eric VanDever
dc77069284
added getDataSet to network manipulation edge add and edit functions to match existing remove and node equivalents
пре 10 година
Alex de Mulder
f0c18f7ed0
exposed keycharm as vis.keycharm
пре 10 година
Alex de Mulder
378c2e44d5
removed clear() from graph2d docs
пре 10 година
Alex de Mulder
94d63c2555
updated history
пре 10 година
Alex de Mulder
04aea9e37a
Made graph2d robust against strings for y values.
пре 10 година
Alex de Mulder
b75ccbaf06
Fixed static smooth edges not being handled correctly in all angles
пре 10 година
Andrew Schwartz
729ee128bd
Only set backgroundColor if specified in setOptions
пре 10 година
Martin Fischer
6cf519175c
added templating for groups
пре 10 година
Alex de Mulder
e7bfa9ccd6
- Fixed #987 proper cleaning of support nodes.
пре 10 година
Alex de Mulder
af39649458
- Improved handling of empty image field.
пре 10 година
Alex de Mulder
f699061e29
- Fixed #974 connecting static smooth and straight edges. also bug introduced in the layout
пре 10 година
Alex de Mulder
3d09e62acd
- No longer start stabilization with an empty node set.
пре 10 година
Alex de Mulder
4d8ade5c67
Fixed #953 - Added zoom events from keyboard and navigation buttons.
пре 10 година
Alex de Mulder
3507d267f6
Fixed #949 delete callbacks with null argument not showing toolbar afterwards.
пре 10 година
Alex de Mulder
f7eee473bd
fixed accidental redrawing during stabilization. Fixed infinite recursion when fixing node without coordinates
пре 10 година
Alex de Mulder
e23e2351ec
fixed hammerjs direction issue
пре 10 година
Alex de Mulder
302f2f6625
placed dragEnd event after restoration of fixed state of node
пре 10 година
jos
aeba17b0c5
Fixed default value of option backgroundColor
пре 10 година
jos
7b313824ce
Ordered the options alphabetically
пре 10 година
jos
01a351f6ac
Fixed #970 : Implemented options `dataColor`, `axisColor`, and `gridColor`.
пре 10 година
jos
bf49a30132
Bumped version number to 4.3.1-SNAPSHOT
пре 10 година
jos
dae3c3d893
Released version 4.3.0
пре 10 година
jos
b750d2e4dc
Added css class `vis-editable`, created an example demonstrating individually editable items (see #980 )
пре 10 година
Jos de Jong
07fd970bf6
Merge pull request #980 from danbertolini/develop
Timeline - editable option for individual items
пре 10 година
jos
7c22bd3c3b
Configurator is now lazy loaded in Timeline, Graph2d, and Network (see #964 )
пре 10 година
jos
96afb72d17
Fixed #964 : `Timeline`, `Graph2d`, and `Network` not working on IE9
пре 10 година
jos
79e35e3bc0
Throw an error from abstract method `Core.prototype.getDataRange` (see #966 )
пре 10 година
bertolds
2f23c2f7ef
Merge remote-tracking branch 'upstream/develop' into develop
пре 10 година
bertolds
f43e935bef
Issues #275 , #363 - individual Timeline items editable or readonly
Timeline will check for the property 'editable' on individual items.
if editable === true
ignore timeline option 'editable'
allow item to be edited
else if editable === false
ignore timeline option 'editable'
do not allow item to be edited
else
use timeline option 'editable'
If two items are selected and one is not editable, only the editable
item is draggable.
This change required the css class .vis-editable be moved from the
item set to the individual item containers to maintain proper styling.
пре 10 година
jos
dd575adf25
Removed redundant code from `Core.prototype.getDataRange` (see #966 )
пре 10 година
Jos de Jong
c5c221dfc2
Merge pull request #966 from mschallar/master
Core.prototype.fit and Core.prototype.getDataRange fixes
пре 10 година
Alex de Mulder
8fe6408541
fixed #974 , requesting a redraw on update in case of physics being disabled.
пре 10 година
Manuel Schallar
d894d0efe5
changing the properties from getDataRange
+ according to the documentation
+ changed from 'start' and 'end' to 'min' and 'max'
пре 10 година
Manuel Schallar
d1e01bccf0
returning meaningful values in getDataRange
+ instead of returning 'null', returning the
calculated values
пре 10 година