2977dfd565 
								
							
								 
							
						 
						
							
							
								
								- Improved the hierarchical layout algorithm by adding a condensing method to remove whitespace.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11888f255d 
								
							
								 
							
						 
						
							
							
								
								- Added  #1138 , enable the user to define the color of the shadows for nodes and edges.  
							
							- Fixed  #1528 , #1278 , avoided ID's being cast to string for methods that return ID's as well as storePositions casting to string. 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34bd031888 
								
							
								 
							
						 
						
							
							
								
								- Fixed findNode method. It now does not return internal objects anymore.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a44e88ef6d 
								
							
								 
							
						 
						
							
							
								
								Introducing group based shading  
							
							Separate shading from line drawing (fixes drawing order)
Cleanup of draw code
Fix icon-shading CSS override 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ea731c8cf 
								
							
								 
							
						 
						
							
							
								
								improved layout hierarchical view. TODO: cleanup level allocation to use the crawler.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22b09d2197 
								
							
								 
							
						 
						
							
							
								
								Add shading example.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								410f83aa38 
								
							
								 
							
						 
						
							
							
								
								-  Fixed   #1358 : Fixed example for clustering on zoom. Also removed private keyword from public methods. Let physics listen to data updates instead of being called from network.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11318647fe 
								
							
								 
							
						 
						
							
							
								
								added images with borders and updated the manipulation css  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f5c71eea3 
								
							
								 
							
						 
						
							
							
								
								- Fixed critical camera zoom bug  #1273 .  #1266 ,  #1255  
							
							- unified some methods in the networkUtil
- Fixed initial zoom issues #1252  
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a74a42f4ca 
								
							
								 
							
						 
						
							
							
								
								Lowered stabilization iterations  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								21d09a2642 
								
							
								 
							
						 
						
							
							
								
								finished new example for groupEditable  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58e2157be6 
								
							
								 
							
						 
						
							
							
								
								added groupEditable example  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								700e735336 
								
							
								 
							
						 
						
							
							
								
								added cubic bezier curves.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								05da3df6b8 
								
							
								 
							
						 
						
							
							
								
								Fixed indenting issue in cirular images example  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81c7e46ee3 
								
							
								 
							
						 
						
							
							
								
								Fixed issue where broken images wouldn't always be rendered.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								469b3b9ee2 
								
							
								 
							
						 
						
							
							
								
								- Added  #931 , borderRadius in shapeProperties for the box shape.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9ca766af7 
								
							
								 
							
						 
						
							
							
								
								Fixed   #24 : Implemented support for time zones (see examples/timeline/other/timezone.html)  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b377194ae5 
								
							
								 
							
						 
						
							
							
								
								fixed hover and blur events for edges.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27a875a690 
								
							
								 
							
						 
						
							
							
								
								Corrected the shapeProperties.borderDashes property type description  
							
							Changed shapeProperties.borderDashes type description from "Object or Boolean" to Array or Boolean".
Merged circularImageWithDashedBorder example into shapesWithDashedBorders example.
Added enableBorderDashes and disableBorderDashes function calls to Database.js, Ellipse.js and Box.js, to enable/disable dashed borders. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c502fb0e1 
								
							
								 
							
						 
						
							
							
								
								Added a shapeProperties object allowing configuration of shapes.  
							
							Replaced dashes property in options.js with a shapeProperties object containing a borderDashes property.
Replaced dashes property in defaultOptions in NodesHandler.js with shapeProperties object having its borderDashes property set to false.
Created implementations of enableBorderDashes and disableBorderDashes functions in NodeBase.js
Updated CircleImageBase to use enableBorderDashes and disableBorderDashes for enabling/disabling dashed borders.
Added to ShapeBase enableBorderDashes and disableBorderDashes calls to allow all shapes that have borders to have the dashed borders feature.
Updated example demonstrating how to apply the dashed border to a circularImage node
Created example demonstrating how to apply the dashed border to a all shapes that support dashed borders.
Updated documentation explaining the usage of the shapeProperties. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c2b00d0392 
								
							
								 
							
						 
						
							
							
								
								Added feature that allows the border for a circularImage shape to be dashed  
							
							Added the following:
- dashes property to nodes in options.js
- dashes property with value false to defaultOptions in NodesHandler.js
- support for Arrays to selectiveNotDeepExtend function in util.js
- functionality to CircleImageBase.js that allows circularImage nodes to have dashed borders
- example demonstrating how to apply the dashed border to a circularImage node
- documentation explaining the usage of the dashes property on a node 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce7daf2a35 
								
							
								 
							
						 
						
							
							
								
								Udpated groupsPerformance.html  
							
							Changed count items in link to proper item count. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06b78a0580 
								
							
								 
							
						 
						
							
							
								
								Updated example 19_labels.html  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b750d2e4dc 
								
							
								 
							
						 
						
							
							
								
								Added css class `vis-editable`, created an example demonstrating individually editable items (see  #980 )  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a58f4e2cb7 
								
							
								 
							
						 
						
							
							
								
								Added axis orientation option `'none'`  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e96d228ab8 
								
							
								 
							
						 
						
							
							
								
								Added releaseFunction to openCluster.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e44bc8f19b 
								
							
								 
							
						 
						
							
							
								
								reverted example  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab112d8a40 
								
							
								 
							
						 
						
							
							
								
								added stochastic option check to the testing. Fixed few bugs  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f70982d0db 
								
							
								 
							
						 
						
							
							
								
								Renamed example  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1b987be77 
								
							
								 
							
						 
						
							
							
								
								Replaced underscores in example names with camel case  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07c79704f0 
								
							
								 
							
						 
						
							
							
								
								Renamed an example  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50e916e3de 
								
							
								 
							
						 
						
							
							
								
								removed random from physics. fixed setting hidden and physics dynamically, fixed manipulation system bug  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								626d4b9b8b 
								
							
								 
							
						 
						
							
							
								
								Fixed   #877 : Added support for metaKey to select multiple items.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebfb7f50ba 
								
							
								 
							
						 
						
							
							
								
								Removed accidentally committed tooltips example  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb4c33a894 
								
							
								 
							
						 
						
							
							
								
								Removed promt and confirm in example with fancy looking (non-blocking) prompt/confirm  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fab3215f2f 
								
							
								 
							
						 
						
							
							
								
								made deselect and select nodes and edges fire more consistently  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8bef2f837 
								
							
								 
							
						 
						
							
							
								
								-  Fixed   #884 , selectNode event.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d77275e3d1 
								
							
								 
							
						 
						
							
							
								
								Fixed   #869 : add className with id to custom time bars  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a69269cb0a 
								
							
								 
							
						 
						
							
							
								
								revert example  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0219c43720 
								
							
								 
							
						 
						
							
							
								
								changed popup css to pass all mouse events. All pageX and pageY changed to clientX and clientY because the correction is done with getBoundingClientRect  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a3211bf1f3 
								
							
								 
							
						 
						
							
							
								
								Fixed description about `babel` in history  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								112c97559d 
								
							
								 
							
						 
						
							
							
								
								updated docs, examples, history  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dcc2eaf16a 
								
							
								 
							
						 
						
							
							
								
								fixed path  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f6b206a1f 
								
							
								 
							
						 
						
							
							
								
								fixed bug in circular images, moved examples  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5badc241f 
								
							
								 
							
						 
						
							
							
								
								Reorganized the Timeline examples  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f685d62e90 
								
							
								 
							
						 
						
							
							
								
								Renamed folder `rest` to `other`  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								970204b6ed 
								
							
								 
							
						 
						
							
							
								
								Removed index.html files from examples  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								041c2c08ad 
								
							
								 
							
						 
						
							
							
								
								updated css  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d404798174 
								
							
								 
							
						 
						
							
							
								
								fixed alot of bugs, expanded configurator, added more examples, updated docs, updated update interval  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50f6dbc0e7 
								
							
								 
							
						 
						
							
							
								
								fixed bug in clustering! woohoo! added event on off once to docs. more examples  
							
							
								
							
							
						 
						10 years ago