Alexander Wunschik
fb8e81c574
Revert "Don't pass non-string values to Date.parse" ( #2512 )
7 years ago
David Anderson
becf18e6eb
feat: change styles if element is selected ( #2446 )
* element characteristic changes
* assume edge color inheritance is correct before choosing
* Adjust nodes’ chosen’s boolean -> bool
* Need to get user-reset size
* make example edges thicker for more noticeable shadow
* preemptive ES6 fix (see #2500/#2501)
* documentation for the feature that was previously overwritten
7 years ago
yotamberk
8ab1d183cb
feat: #2300 Added nested groups ( #2416 )
* Fix groupEditable
* Fix group drag in vertical direction bug
* Fix indentation
* Add initial nestedGroups property
* Fix redraw order
* Get nested groups hiding working
* Add order to nestedGroups
* Fix up example
* Add support for intially closed nested groups
* Add nested groups indentation
* Fix indents
* Add nested groups docs
* Fix example
* Revert indents
* Add classes to nested and nesting group labels and add nesting group css
* Use pure css for nested group icons
* Remove commented off lines and unnecessary btn
* Fix indents
* Add support to showNested:false in group
* Add semicolon
* Remove empty lines
7 years ago
yotamberk
534ad9f32f
fix #2500 for timeline ( #2506 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Fix boolean types bug
7 years ago
David Anderson
58924d5137
replace { bool } with { boolean: bool } to fix #2500 ( #2501 )
7 years ago
yotamberk
9f0376ea44
add template support for minor/major labels ( #2493 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
7 years ago
yotamberk
9be6330698
Remove dist folder ( #2497 )
7 years ago
Jim O'Brien
9d76f9888b
Don't pass non-string values to Date.parse ( #2491 )
Fixes: https://github.com/almende/vis/issues/2490
7 years ago
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