yotamberk
01aada74e4
Fix minor bug when option is not defined ( #2486 )
* Fix redraw order
* Fix error when option is not defined
7 years ago
Graham J
502929ba6a
Create .babelrc ( #2466 )
When I was going through the documentation about creating custom builds
I ran into the error outlined at the below link. Applying the suggested
fix solved it so I'm submitting same here.
http://stackoverflow.com/questions/30386317/babelify-throws-parseerror-o
n-import-a-module-from-node-modules
See https://github.com/almende/vis/pull/2460
7 years ago
easleydp
3b27f47995
Fix YUI Compressor incompatibilities and in so doing improve general JavaScript correctness ( #2452 )
7 years ago
CapitanMorgan
60cd75860a
add example for network on Load animation. ( #2476 )
7 years ago
CapitanMorgan
067a6e88d2
adding example of cursor change for 1845, and now doing it off develop to fix history ( #2463 )
7 years ago
yotamberk
73f880d9f4
Fix initial drag ( #2474 )
* Fix redraw order
* Fix initial drag item bug
* Fix indents
7 years ago
Uli Fahrer
9692d0df49
Fix error on click for graph2D when no data is provided ( #2472 )
7 years ago
Uli Fahrer
c584a754ac
Fix graph2D render issue ( #2470 )
7 years ago
yotamberk
a093bc4ac0
Add visibleFrameTemplate option for higher item dom content ( #2437 )
* Fix redraw order
* Add initial itemVisibleFrame
* Add visibleFrameTemplate option
* Improve example
* Rename and fix example
* Fix comments from PR
* Fix example
7 years ago
Uli Fahrer
3bc182b26a
Fix Range ctor with optional options parameter ( #2468 )
7 years ago
yotamberk
3311b9b17e
feat: #1746 rolling mode ( #2439 )
* Add initial support for rolling mode
* Add rollingModeBtn and simplify example
* Make icon in css:
* Remove icon btn
* Add docs
* Fix zoom in rolling mode and initial start/end times
8 years ago
yotamberk
58cc1d93e6
fix : #2422 Timeline onMove callback ( #2427 )
* Fix redraw order
* Fix calling dragStart mote than once
8 years ago
yotamberk
66047acd63
fix : #2370 IE10 drag-and-drop support ( #2426 )
* Fix redraw order
* Fix IE10 support for dnd
8 years ago
yotamberk
419e6cd516
Fix : #1906 Pass through original hammer.js events ( #2420 )
* Fix redraw order
* Add elements censor and event to emitter
* Fix all recursive loop in json event
* Add docs for event emitted
8 years ago
yotamberk
15b739d920
Merge pull request #2411 from almende/codeClimate
added code-climate checks for develop branch
8 years ago
yotamberk
607950bf99
fix : #2327 Add support to fixed times drag and drop ( #2372 )
* Add support to fixed times drag and drop
* Fix IE support for drag and drop
* Add support to IE pointer location and data setting/getting
8 years ago
Alexander Wunschik
0b73a13910
mdlint: allow dollar signs used before commands without showing output
8 years ago
Alexander Wunschik
008371a26e
csslint deactivated 'adjoining-classes'
8 years ago
Alexander Wunschik
de7808885a
csslint deactivated 'order-alphabetical'
8 years ago
Alexander Wunschik
69da64972f
disabled csslint rule box-model
8 years ago
Alexander Wunschik
8b18439343
removed TODO;
removed trailing spaces
8 years ago
Alexander Wunschik
d9056c160c
added code-climate configs
8 years ago
yotamberk
1e9dce1193
Merge pull request #2406 from almende/build-cleanup
removed merge-stream
8 years ago
Alexander Wunschik
9c96927d7d
removed merge-stream
8 years ago
yotamberk
5900ea0319
fix: _origRedraw sometimes undefined ( #2399 )
8 years ago
David Anderson
a77e462105
fix : #2402 make sure a given element isn’t undefined before accessing properties ( #2403 )
8 years ago
yotamberk
4d7a21c847
fixes #2367 Group editable bug ( #2368 )
* Fix groupEditable
* Fix group drag in vertical direction bug
* Fix indentation
8 years ago
David Anderson
8a9edbbf87
fix: Font styles and width and height of nodes ( #2385 )
* Multifont node and edge labels
* adjust documentation
* rework mod-font property inheritance
* Node max/min widths, min heights; Edge max widths
* Accumulate sizes correctly for unconstrained multipoint labels
* handle font.multi when groupOptions.font is not declared
* propagate label fonts on changes, not just creation
* Allow top-level constraint numbers
* accumulate width and empty lines appropriately
8 years ago
yoavdamri
eeba7fd05d
feat: add pointer position to zoom event ( #2377 )
* add pointer position to zoom event
* Update docs with zoom api
8 years ago
yotamberk
d779efe3f3
Fixes #2336 mouse wheel problem on custom time element ( #2366 )
* Fix mouse zoom on currentTime
* Fix customTime mousewheel bug
8 years ago
yotamberk
a32a7f77f3
Fixes #2307 timeline async initial redraw bug ( #2386 )
8 years ago
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