yotamberk
5f7a721bf9
Fixed #2312 vertical scroll bug with groups and fixed height ( #2363 )
* Fix left/right group alignment
* Add _setDOM and remove scrollbar when there is no scrolling
* Readd calculation of scrollbar width on resize
8 years ago
yotamberk
52b7474c3c
Merge pull request #2357 from wimrijnders/PR28
Readied 3d camera orientation code for merge into develop branch
8 years ago
Wim Rijnders
2d42284527
Readied 3d camera orientation code for merge into develop branch
8 years ago
linuxnotes
769415ea3a
Improvement for camera 3d moving ( #2340 )
8 years ago
A
c4f6a6f0a7
Add ability to move graph3d by left mouse button while pressing ctrl key and rotate like before
8 years ago
Kentaro Goto
b0c5659383
fixed label disappearing bug for large axis values in graph3d ( #2348 )
* fixed label disappearing bug for large axis values in Graph3d
* only fixed label disappearing bug for large axis values in Graph3d
* very only fixed label disappearing bug for large axis values in Graph3d
8 years ago
Garrett Loy
44df7e5a64
Fixes #2333 Scrollbar width on browser zoom ( #2344 )
8 years ago
David Anderson
b31ae149f0
label margins for box, circle, database, icon and text nodes. ( #2343 )
8 years ago
David Anderson
17ce133094
Edit edge without endpoint dragging, and pass label in data ( #2329 )
* { manipulation: { editEdge: { editWithoutDrag: function } } } edits an edge without dragging.
* An example of editing network edges without dragging, enabling label creation / change
8 years ago
yotamberk
c0ca1af07f
Fixes #2319 ( #2335 )
* Fix brackets problem
* Fix timeStep.getClassName
8 years ago
yotamberk
878f0c53f3
Improvements to support group visibility (see #2315 ) ( #2334 )
* Add hidden groups height calculations
* Fix jittering groups
* Remove non-existant parameter
* Cleanup example
* Remove console.log
8 years ago
Simon Morris
e79d709df6
Added option to change the visibility of a group ( #2315 )
* Added group option to change the visibility of a group
* updated the groupsEditable example page to demo the use of this feature
* updated the timeline documentation to describe this option
8 years ago
Simon Morris
baa6f9fdb1
More editable control of timeline items ( #2305 )
* Fixed bug introduced in #2284 where overrideItems is set to true when boolean is provided
* Added the option of supplying object to item.editable with updateTime, updateGroup, and remove functioning similarly to timeline.editable but only on a single item
* Updated Documentation to reflect the new feature
* Updated the individualEditableItems example page to show feature usage.
8 years ago
yotamberk
161c3d04a2
Merge pull request #2313 from Loreno10/patch-4
Changed "an" to "and" in graph3D docs
8 years ago
Loreno10
44f382a32d
Changed "an" to "and" in graph3D docs
8 years ago
yotamberk
748ee5d9a2
Fixes #2273 Cannot scroll page when zoomKey is enabled ( #2301 )
* Fixes #2273
* Remove console.log
* Fix for zoomable false
8 years ago
yotamberk
0545f382ec
Fixes #2295 Issues with vertical scroll and maxHeight ( #2302 )
* Fixes #2273
* Remove console.log
* Fix for zoomable false
* Fix initial scrolling with verticalScroll and fix example
8 years ago
yotamberk
a29aae98b0
Fixes #2285 onUpdate event ( #2304 )
8 years ago
yotamberk
9310b22ff9
Merge pull request #2296 from simo9000/docUpdate
Timeline: updated group.content description to show that it can be an element
8 years ago
morrissh
b02c13f5a5
Timeline: updated group.content description to show that it can be an element
8 years ago
wimrijnders
588d9b685a
Fixes #2274 graph3d disappears when setSize is called ( #2293 )
8 years ago
Jos de Jong
2f77d803ba
Fixes #2251 : no axis after daylight saving ( #2290 )
8 years ago
yotamberk
6fde6f8087
Merge pull request #2286 from Loreno10/patch-3
Update index.html of Graph3D
8 years ago
Loreno10
023bb425cb
Update index.html of Graph3D
dataColor.fill and dataFill.stroke had wrong descriptions.
8 years ago
Simon Morris
a83ef017b1
Timeline editable can override items ( #2284 )
* Timeline:
* Add overrideItems sub-property to timeline.editable
* Change behavior to override item.editable when overrideItems=true
* Added new example for timeline/editing to higlight differeing editable behaviors.
* Update timeline doc to reflect addition of timeline.editable.overrideItems
* Timeline - fixed logic oversights found in editable override testing
* Timeline - enable changeGroup when item.editable = true and not overriden
* Timeline - Small format changes to documentation and example pages for overrideItems
8 years ago
Ludo Stellingwerff
876e0ab83e
Graph2d performance enhancement ( #2281 )
* Important performance enhancement supporting incremental changes to large graphs, these were too slow due to doing a full item conversion on each add().
Note: the data handling side of graph2d is currently somewhat over-engineered (=too complex) It can use some simplification....
* Fixed style based on feedback.
8 years ago
yotamberk
0ec5b208dd
Merge pull request #2267 from almende/develop-snapshot
marked development version as SNAPSHOT
8 years ago
Alexander Wunschik
c34d4c6da8
marked development version as SNAPSHOT
8 years ago
yotamberk
655ca6fee6
Merge pull request #2265 from almende/v4.17_release
v4.17 release
8 years ago
Alexander Wunschik
a92c56c467
updated external dependencies; fixes #2243 ;
updated how_to_puplish
8 years ago
Alexander Wunschik
9017d6fab6
updated HISTORY from commit log
8 years ago
Alexander Wunschik
271c327212
improved how_to_publish.md
8 years ago
Alexander Wunschik
b19383fec8
creating commit log using "`git describe --tags --abbrev=0`..HEAD --oneline > log_v4.17.txt"
8 years ago
Alexander Wunschik
3351dfe4d5
bumped package.json version to 4.17.0
8 years ago
yotamberk
cac9a0948e
Merge pull request #2264 from almende/mojoaxel-fix2189
fixes DataView.refresh bug introduced with #2189
8 years ago
Alexander Wunschik
b522f4ef68
fixes DataView.refresh bug introduced with #2189
8 years ago
yotamberk
feab6c5a0d
Fixes #2261 Bugs with mousewheel events ( #2262 )
8 years ago
yotamberk
c6a55cfa79
Merge pull request #2260 from almende/mojoaxel-patch-2248
fixed bug introduced by #2248
8 years ago
Alexander Wunschik
1b89692072
fixed bug introduced by #2248
8 years ago
yotamberk
4950efe92e
Merge pull request #2258 from almende/revert-2256-timeline-editableOverride
Revert "Timeline: options.editable to override item.editable"
8 years ago
Alexander Wunschik
b03c466d72
Revert "Timeline: options.editable to override item.editable"
8 years ago
yotamberk
51528bae5a
Tooltip on item update time ( #2247 )
* Add initial onChange item tooltip
* Add example and tooltipOnItemEdit template option
* Add docs and rename option
* Fix docs
* Fix example
* Change example's item types
* Fix point item tooltip
* Fix comments from PR and support bottom orientation properly
* Add semi-colon
8 years ago
Simon Morris
ecf1cad571
Removed redundant checks for item.editable in timeline ( #2256 )
@simo9000 Thanks!
8 years ago
yotamberk
f0582da100
Merge pull request #2248 from almende/issue1965
updated example to support the safari browser
8 years ago
Alexander Wunschik
6ce3a41d57
updated example to support the safari browser; see #1965
8 years ago
yotamberk
0e0b6f5742
Fixes background items with no groups ( #2241 )
8 years ago
yotamberk
2770bf3685
Merge pull request #2246 from almende/sourceMaps
generate details source maps of webpack modules
8 years ago
yotamberk
ff55379c32
Merge pull request #2245 from almende/issue2181
ignore dist folder in development
8 years ago
yotamberk
a3500f0d7c
Merge pull request #2244 from almende/issue2015
improved data serialisation of timeline data
8 years ago
Alexander Wunschik
6c637c4ec1
generate details source maps of webpack modules
8 years ago