85350c02a6 
								
							
								 
							
						 
						
							
							
								
								restructured networks docs again, collapsible methods  
							
							format for graph2d is now a function. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f30a3a4556 
								
							
								 
							
						 
						
							
							
								
								Integrated an option configurator  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2929fafa20 
								
							
								 
							
						 
						
							
							
								
								Deprecated option `showCustomTime`. Use method `addCustomTime()` instead.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61108f393e 
								
							
								 
							
						 
						
							
							
								
								Renamed class `.vis-item-frame` to `.vis-item-overflow`  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf8c299d11 
								
							
								 
							
						 
						
							
							
								
								Removed the option `padding` for Timeline, is now redundant (can be done purely with css now)  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0585fc4d34 
								
							
								 
							
						 
						
							
							
								
								Fixed delete button not being visible  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af1579ba7c 
								
							
								 
							
						 
						
							
							
								
								Updated test file  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28f8367f11 
								
							
								 
							
						 
						
							
							
								
								Fixed the touch and release events being fired twice each time. Fixed a bug with dragging in the InteractionHandler  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								670c8a0cb9 
								
							
								 
							
						 
						
							
							
								
								Fixed issues with preventDefault and with clicking achors/buttons in items on mobile devices  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbfe6ad445 
								
							
								 
							
						 
						
							
							
								
								Fixed offset issue with dragging items vertically when the page is scrolled (this regression was introduced a few commits back)  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34a576761c 
								
							
								 
							
						 
						
							
							
								
								The event handlers `onMove` and `onMoving` are now invoked with all item properties as argument, and can be used to update all properties (like content, className, etc) and add new properties as well  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81ea2b1f4a 
								
							
								 
							
						 
						
							
							
								
								added google analytics  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b9bb040967 
								
							
								 
							
						 
						
							
							
								
								Fixed   #691 : Orientation can now be configured separately for axis and items.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								36cb8193d1 
								
							
								 
							
						 
						
							
							
								
								Implemented events `click`, `doubleClick`, and `contextMenu`. Implemented method `getEventProperties(event)`.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f29176bcac 
								
							
								 
							
						 
						
							
							
								
								Fixed   #665 ,  fixed   #149 : Implemented orientation option `'both'`, displaying a time axis both on top and bottom.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								876d233b53 
								
							
								 
							
						 
						
							
							
								
								Fixed the DataView not passing a data property on update events (see  #670 )  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dcaa7ef121 
								
							
								 
							
						 
						
							
							
								
								Fixed test/timeline.html  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76757c978e 
								
							
								 
							
						 
						
							
							
								
								Fixed   #443 : not being able to drag items to an other group on mobile devices.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								783af7a561 
								
							
								 
							
						 
						
							
							
								
								Changed unit tests to use the compiled vis.js  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4c56a6239 
								
							
								 
							
						 
						
							
							
								
								removed eu project  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c28c42371 
								
							
								 
							
						 
						
							
							
								
								- Added getConnectedNodes method.  
							
							- Added fontSizeMin, fontSizeMax, fontSizeMaxVisible, scaleFontWithValue, fontDrawThreshold to Nodes.
- Added fade in of labels (on nodes) near the fontDrawThreshold.
- Added nodes option to zoomExtent to zoom in on specific set of nodes.
- Added stabilizationIterationsDone event which fires at the end of the internal stabilization run. Does not imply that the network is stabilized.
- Added setFreezeSimulation method.
- Added clusterByZoom option and increaseClusterLevel and decreaseClusterLevel methods.
Still clustering bug and need more documentation on new features 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c4d357dd85 
								
							
								 
							
						 
						
							
							
								
								Fixed   #339 : Added a method `refresh()` to the `DataView`, to update filter results  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c6af85c55 
								
							
								 
							
						 
						
							
							
								
								Fixed   #590 : implemented options to set a fixed scale  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b6b0eaa1d 
								
							
								 
							
						 
						
							
							
								
								Added property `length` holding the total number of items in the DataView  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e8ca2dd07 
								
							
								 
							
						 
						
							
							
								
								Added property `length` holding the total number of items in the DataSet  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09ac576970 
								
							
								 
							
						 
						
							
							
								
								Added docs and example on background grid styling and some minor tweaks  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c33b3eb92 
								
							
								 
							
						 
						
							
							
								
								Added classNames to vertical grid lines  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a56f8eb2dc 
								
							
								 
							
						 
						
							
							
								
								Hammer2 mostly working in the Timeline  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1a317efcf 
								
							
								 
							
						 
						
							
							
								
								Fixed   #247 : Support for custom date formatting of the labels on the time axis  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e19502ebc7 
								
							
								 
							
						 
						
							
							
								
								Moving Timeline working with hammer2 (stop event propagation still an issue)  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60e0525187 
								
							
								 
							
						 
						
							
							
								
								Fixed another bug related to overflowing contents ( #459 )  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ec184e737 
								
							
								 
							
						 
						
							
							
								
								Implemented DataSet.setOptions  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41bbb30b8c 
								
							
								 
							
						 
						
							
							
								
								Integrated queue in DataSet  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f9ca7e5183 
								
							
								 
							
						 
						
							
							
								
								Created a Queue  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a3acd623e 
								
							
								 
							
						 
						
							
							
								
								Fixed   #331 : onclick events in items not working.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								807921b3cb 
								
							
								 
							
						 
						
							
							
								
								Implemented field `style` for both items and groups, to set a custom style for individual items.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c87ef9819c 
								
							
								 
							
						 
						
							
							
								
								Support for 'style' added for Items  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b61e95bf2 
								
							
								 
							
						 
						
							
							
								
								Changed to `moment().add(value, unit)` notation  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ad26290c9 
								
							
								 
							
						 
						
							
							
								
								Released version 3.4.0  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29b4e31b31 
								
							
								 
							
						 
						
							
							
								
								Fixed an overflow issue with the dots of BoxItems  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23cb1da05f 
								
							
								 
							
						 
						
							
							
								
								Fixed   #279 : `className` of groups not being updated when changed  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7672da4a78 
								
							
								 
							
						 
						
							
							
								
								Implemented a new callback function `onMoving(item, callback)`  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b2d406e446 
								
							
								 
							
						 
						
							
							
								
								Fixed   #230 : Implemented function `focus(id)` to center a specific item (or multiple items) on screen  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9360434678 
								
							
								 
							
						 
						
							
							
								
								Renamed "Link" to "Edge" in manipulation menu  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da0e252ddd 
								
							
								 
							
						 
						
							
							
								
								Trying dutch language file of moment.js  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7df77e69c9 
								
							
								 
							
						 
						
							
							
								
								Fixed   #219 : implemented function `getVisibleItems`  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a76ba2c53d 
								
							
								 
							
						 
						
							
							
								
								Reworked the tests a little (still not close to a proper unit test though)  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72dfc0c45f 
								
							
								 
							
						 
						
							
							
								
								Reworked all code to commonjs modules. Replaced the build script with Gulp  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0a5b12593 
								
							
								 
							
						 
						
							
							
								
								Moved source code from `/src/` to `/lib/`  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5374721fd6 
								
							
								 
							
						 
						
							
							
								
								Added support for title for both items and groups  
							
							
								
							
							
						 
						11 years ago