jos
01a351f6ac
Fixed #970 : Implemented options `dataColor`, `axisColor`, and `gridColor`.
9 years ago
jos
b750d2e4dc
Added css class `vis-editable`, created an example demonstrating individually editable items (see #980 )
9 years ago
jos
7c22bd3c3b
Configurator is now lazy loaded in Timeline, Graph2d, and Network (see #964 )
9 years ago
jos
96afb72d17
Fixed #964 : `Timeline`, `Graph2d`, and `Network` not working on IE9
9 years ago
jos
79e35e3bc0
Throw an error from abstract method `Core.prototype.getDataRange` (see #966 )
9 years ago
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.
9 years ago
jos
dd575adf25
Removed redundant code from `Core.prototype.getDataRange` (see #966 )
9 years ago
Alex de Mulder
8fe6408541
fixed #974 , requesting a redraw on update in case of physics being disabled.
9 years ago
Manuel Schallar
d894d0efe5
changing the properties from getDataRange
+ according to the documentation
+ changed from 'start' and 'end' to 'min' and 'max'
9 years ago
Manuel Schallar
d1e01bccf0
returning meaningful values in getDataRange
+ instead of returning 'null', returning the
calculated values
9 years ago
Manuel Schallar
38cdcf23bb
accessing the correct properties in dataRange
+ replaced property name 'start' to 'min'
+ replaced property name 'end' to 'max'
9 years ago
jos
ecb525c7a8
Improved locales validation again
9 years ago
AlexDM0
8ab51a7378
proper fix for validator locales
9 years ago
jos
4178e4c943
Fixed #950 : option `locales` broken in `Timeline`, `Graph2d`, and `Network`
9 years ago
jos
eef693113e
Fixed #942 : bug when data is empty
9 years ago
AlexDM0
3c34a7dd78
fixed dragStart, dragging and dragEnd events when nodes are selected but the viewport is dragged
9 years ago
AlexDM0
0987a84e04
- Fixed #927 , dragStart event didnt contain node that was being dragged
9 years ago
jos
7a417337c9
Fixed #923 : Added a property `event` to the properties emitted with the `select` event
9 years ago
Alex de Mulder
42596ab053
added physics:enabled field. Updated docs
9 years ago
AlexDM0
1302a6b3e0
Fixed bug where the network could flicker when the pixelRatio is not integer.
9 years ago
AlexDM0
760c3e9245
changed autoResize to only draw when change is detected.
9 years ago
jos
a58f4e2cb7
Added axis orientation option `'none'`
9 years ago
jos
7ca06bc019
Removed left over console.log statement
9 years ago
Alex de Mulder
a2fd26e2f6
fixed small bug
9 years ago
jos
3e9ccebf27
Fixed #897 : Timeline option `{snap: null}` did give a validation error
9 years ago
jos
ba5cf07b08
Fixed #893 , #911 : the `clickToUse` option of Network, Graph2d, and Network was blocking click events in the web page.
9 years ago
Alex de Mulder
85765f92a8
parseFloat of edges
9 years ago
Alex de Mulder
e96d228ab8
Added releaseFunction to openCluster.
9 years ago
Alex de Mulder
9111c23ff9
Fixed #908 , unselecting nodes and edges now only when clicking in void.
9 years ago
Alex de Mulder
f1f6989f8e
make sure an stabilized event is always fired atleast once.
9 years ago
Alex de Mulder
ab112d8a40
added stochastic option check to the testing. Fixed few bugs
9 years ago
Alex de Mulder
633e689d90
updated docs
9 years ago
Alex de Mulder
5b1aecffd7
- Fixed dataView support for storePositions
9 years ago
Alex de Mulder
a1d4b27ef3
- fixed minor bugs
9 years ago
Alex de Mulder
8732beefa0
- Fixed #904 , correctly parsing global font options now.
9 years ago
Alex de Mulder
d1b0c59357
fixed #899 , self referencing edges do not use orientation other than horizontal
9 years ago
Alex de Mulder
0150255c87
- Fixed few functions including storePositions().
- Added beginnings of unit testing for network.
9 years ago
Alex de Mulder
629e5965c2
- Improved robustness against people molesting the Function.prototype.bind()
9 years ago
Alex de Mulder
34be08fd51
- Improved robustness against people molesting the Function.prototype.bind()
9 years ago
jos
7771406dcd
Reorganized `Timeline.fit()` a bit
9 years ago
Alex de Mulder
1cf66f6ac9
fixed #892 , added case for any format
9 years ago
jos
ac0563e408
Fit working (still needs simplification)
9 years ago
jos
1648604401
Halfway implementing improved Timeline.fit()
9 years ago
jos
bbfe7d3535
Halfway improving Timeline.fit()
9 years ago
Alex de Mulder
50e916e3de
removed random from physics. fixed setting hidden and physics dynamically, fixed manipulation system bug
9 years ago
jos
37f93c810b
Disable `yAxisOrientation` in configurator. (isn't stable)
9 years ago
jos
626d4b9b8b
Fixed #877 : Added support for metaKey to select multiple items.
9 years ago
jos
09bc7d0993
Call event.stopPropagation() before adding or removing items (see #577 )
9 years ago
Alex de Mulder
1a741c2dc8
code cleanup
9 years ago
Alex de Mulder
fab3215f2f
made deselect and select nodes and edges fire more consistently
9 years ago