Alex de Mulder
a12e44dc14
updated subgroups to have specific indexes for sorting later on
10 years ago
Alex de Mulder
704755a29e
updated and improved API for hidden dates with the repeat argument
10 years ago
Alex de Mulder
f6a1a252ed
updated background item for better subgroup alignment. Fixed dragging items with hiddenDates
10 years ago
jos
394fd73851
Added new examples to the index page
10 years ago
Alex de Mulder
c35261eb9e
cleaned up subgroups, removed magic numbers, added example, works for top and bottom orientations.
10 years ago
Alex de Mulder
8baad7a749
finalized hiddenDates, fixed tablet support. Cleaned up code, set 4 pixel threshold for performance.
10 years ago
Alex de Mulder
5eac1cf625
Docs and history for hiddenDates
10 years ago
Alex de Mulder
3c8df26e41
fully working hiddenDates! woohoo!
10 years ago
Alex de Mulder
95f7586248
almost working hiddenDates, generic and specific. Only start times now
10 years ago
Alex de Mulder
af5af63558
working arrays to hide, fixed zoom, fixed pinch, made seperate volatile object for dynamic date support.
10 years ago
Alex de Mulder
db06332925
initial hiding of times, currently only one time is allowed
10 years ago
fabriziofortino
47e3d25dce
graph3d: added custom ticks label support for z axis
10 years ago
fabriziofortino
fd5eede1f7
graph3d: added support for custom axis ticks labels
10 years ago
Alex de Mulder
551da77113
updated docs and examples with new constructors.
10 years ago
Dan Turkenkopf
99ad76972d
Update examples to include all_data_attributes
10 years ago
Alex de Mulder
ea78ec883c
added startStabilization event
10 years ago
Alex de Mulder
939f8f85da
- Renamed storePosition to storePositions. Added deprication message and old name still works.
- Worked around hammer.js bug with multiple release listeners.
- Improved cleaning up after manipulation toolbar.
- Added getPositions() method to get the position of all nodes.
- Added getCenterCoordinates() method to get the x and y position in canvas space of the center of the view.
10 years ago
Alex de Mulder
b994f42e37
- tweaked add edge manipulation
10 years ago
jos
6b61e95bf2
Changed to `moment().add(value, unit)` notation
10 years ago
Alex de Mulder
fe9383bb3d
fixed dataAxis not showing large numbers correctly #313
10 years ago
Alex de Mulder
4fa0b995bc
updated the fixed property of Nodes. You can now always unfix it with allowedToMove #303
10 years ago
Alex de Mulder
c2866fb50c
- Fixed minor bug in positioning of fontFill of nodes with certain shapes.
10 years ago
Alex de Mulder
9df59e87ca
- added locked to focusOnNode
10 years ago
Alex de Mulder
832a0aa2fa
- fixed cleanup of manipulation mixin
10 years ago
Alex de Mulder
1c1250ff74
- fixed possible cause for freezing graph when animating
10 years ago
jos
267cd2b1ac
Released version 3.4.1
10 years ago
Alex de Mulder
72cbed1eac
fixed creation and deletion of empty groups when there are not yet items
10 years ago
jos
f96a90230f
Fixed #298 : IE freezing when margin.item and margin.axis where both 0
10 years ago
Alex de Mulder
b3c733b751
bugfix for graph2d, updated example 15
10 years ago
jos
f67557f748
Extended example 15
10 years ago
jos
84b8a86538
Some improvements in streaming data example
10 years ago
jos
e886822c0d
Added example 15_streaming_data.html
10 years ago
Alex de Mulder
a330905149
updated example
10 years ago
Alex de Mulder
1f32cd9a7e
improved example and cleaned up code a little
10 years ago
Alex de Mulder
eec53d0470
- Added animation and camera controls by the method .moveTo()
- Added new event that fires when the animation is finished.
- Added new example showing the new features of animation.
10 years ago
jos
7c2b1173d6
Minor css improvement in example 25
10 years ago
jos
d7140aef1d
Added some more text
10 years ago
jos
b51585043b
Added an example on loading external data
10 years ago
jos
8ba08c5a8b
Fixed #248 : Implemented support for templates
10 years ago
Alex de Mulder
297c74f846
updated example, updated history
10 years ago
jos
5391f7c29d
Fixed #162 : Implemented a new item type `background`
10 years ago
jos
b0da7fe8cb
Docs updated. A litte refactoring
10 years ago
jos
b393fd1756
Updated history
10 years ago
Dan Turkenkopf
926bd0db3c
Add data-attribute example
10 years ago
Alex de Mulder
c1bff7c986
cleaned up docs for network, added fontfill for nodes
10 years ago
Alex de Mulder
6891b4bf2a
cleaned up the setSize function
10 years ago
jos
8b1a90cc9f
Updated version number to 3.3.1-SNAPSHOT. Fixed moment.js urls in some examples. Fixed position issue with close button of the Network manipulation menu
10 years ago
Alex de Mulder
4751cd5258
Introduced a new layout algorithm for the hierarchical system based on the direction of the edges.
10 years ago
Alex de Mulder
66c788b9b4
changed movement parameter to only say stabilized if the support nodes are stabilized as well, though retaining the demand that both nodes and support nodes are stabilized before emitting event and stopping simulation.
10 years ago
jos
8965e56a50
Stabilized event firing repeatedly again
10 years ago