yotamberk
cf75437692
Fix dragging items that have a React template ( #2211 )
* Hide vertically hidden ranged items in groups that are not visible
* Add element to templates options
* Fix comment typo
* Add documentation for react mounting
* add react example
* Fix typo
* fix title
* Fix review comments
* Add vis-drag-center to fix dragging bug when template is react component
8 years ago
Yotam Berkowitz
5af1b893fe
Merge branch 'develop' of https://github.com/almende/vis into template-fix
8 years ago
Yotam Berkowitz
3addd51046
Add vis-drag-center to fix dragging bug when template is react component
8 years ago
Wim Rijnders
fcc817b4f0
Added point draw methods for graph styles 'bar-color' and 'bar-size'
8 years ago
yotamberk
8d13434a9d
Merge pull request #2209 from wimrijnders/PR20
Added explanatory text for graph3d tooltip demo
8 years ago
yotamberk
105356ba27
Merge pull request #2208 from wimrijnders/PR19
Added generic graph drawing loop; isolated point drawing of graph style 'Bar'
8 years ago
yotamberk
d9598432d3
Fix React support for group and item templates and add example ( #2206 )
* Hide vertically hidden ranged items in groups that are not visible
* Add element to templates options
* Fix comment typo
* Add documentation for react mounting
* add react example
* Fix typo
* fix title
* Fix review comments
8 years ago
Yotam Berkowitz
c548b14468
Merge branch 'template-fix' of https://github.com/yotamberk/vis into template-fix
8 years ago
Yotam Berkowitz
342091d180
Fix review comments
8 years ago
Wim Rijnders
44d6d86721
Added explanatory text for graph3d tooltip demo
8 years ago
yotamberk
42c054ff54
fix title
8 years ago
Wim Rijnders
124b70ffeb
Undid last commit in a very roundabout way.
8 years ago
yotamberk
17c48c7967
Fix typo
8 years ago
Yotam Berkowitz
06c264e5b6
add react example
8 years ago
Wim Rijnders
5d0a70e1f1
Added generic graph drawing loop; isolated point drawing of graph style 'Bar'
8 years ago
Wim Rijnders
7689e21218
Merge branch 'develop' into PR18
8 years ago
yotamberk
25a04fcdb2
Merge pull request #2204 from wimrijnders/PR17
Some code cleanup and consolidation.
8 years ago
Wim Rijnders
cd1b18fbe9
Fixed another silly indent
8 years ago
Wim Rijnders
d3b174da09
Interim save
8 years ago
Wim Rijnders
13752ed435
Fixes after testing
8 years ago
yotamberk
b889a5057d
Add a vertical scroll option for timeline [solves #273 , #1060 , #466 ] ( #2196 )
* Add initial scroller without options
* Add initial scroll without an option
* Add verticalScroll option
* Fix scrollbar positions
* Add docs
* fix example
* remove jquery dependency
* Fix example
* Fix review comments
8 years ago
wimrijnders
7424bfbfc2
Graph3d: make setting dotSizeRatio public ( #2202 )
* Graph3d: make setting dotSizeRatio public
* Added method for dotSize
* Fixed silly indent
8 years ago
Wim Rijnders
3d0acba994
Small code cleanup and consolidation.
8 years ago
yotamberk
178e9dc915
Horizontal scroll ( #2201 )
* Hide vertically hidden ranged items in groups that are not visible
* Add vertical scroll when zoom is inactive
* Fix review comments
* Add horizontalScroll option
8 years ago
yotamberk
ea4d56c68b
vertical scroll when zoomKey isn't triggered ( #2197 )
* Hide vertically hidden ranged items in groups that are not visible
* Add vertical scroll when zoom is inactive
* Fix review comments
8 years ago
yotamberk
503099328f
Merge pull request #2199 from wimrijnders/PR14
Final cleanup for settings handling
8 years ago
Yotam Berkowitz
8cb0e74580
Fix template to accept react elements
8 years ago
Wim Rijnders
baed96ee7c
Fixes and hardening for Settings.js
8 years ago
Wim Rijnders
3e84c3557e
Moved code for settings to separate module
8 years ago
Zachariah Brown
776f4cc2d6
Updates DataSet and DataView remove event payload ( #2189 )
* Updates all 'remove' events in DataSet and DataView to include the objects that were removed in addition to the the ids.
* Updated the documentation to reflect changes.
* Fixed possible object mutation when typeof id is object in DataSet.remove.
8 years ago
wimrijnders
c92e2cd952
Line graph draw segments by depth order ( #2200 )
8 years ago
Wim Rijnders
6fc876a0ed
Final cleanup for settings handling
8 years ago
Yotam Berkowitz
31096e04f6
Add vertical scroll when zoom is inactive
8 years ago
Yotam Berkowitz
7373a0441f
Resolve conflicts
8 years ago
yotamberk
9cfda2badb
Merge pull request #2195 from wimrijnders/PR14
Common handling for settings with prefix 'default'
8 years ago
yotamberk
e9df41ed20
Merge pull request #2185 from Tooa/Italian_support_timeline
Add Italian locale support for timeline
8 years ago
Wim Rijnders
abb32df9b9
Final fixes
8 years ago
Wim Rijnders
66ac9ddd3a
Added commond handling for settings with internal prefix 'default'
8 years ago
yotamberk
5d63ae0588
Merge pull request #2182 from wimrijnders/PR13
Graph3d: Added fields with special handling to default settings.
8 years ago
Wim Rijnders
ffa2e19e24
Fixed oversight with showTooltip
8 years ago
Wim Rijnders
7c9bab862d
Added fields tooltip and showLegend to defaults
8 years ago
yotamberk
6a34948b0b
Merge pull request #2188 from mojoaxel/locales
added all locals to manipulation example
8 years ago
Alexander Wunschik
f61c83ac6e
cleaned up locale; added all locals to example; set users local as default
8 years ago
Uli Fahrer
51f0db9d28
Add Italian locale support for network ( #2184 )
Thanks @federicoco for providing the translation!
8 years ago
Wim Rijnders
e6351b63bd
Adjusted STYLE enum to previous
8 years ago
Wim Rijnders
9a028a8634
Added step to defaults; fixes to detect and survive inconstent data
8 years ago
Uli Fahrer
bb627c66e6
Add Italian support for timeline
8 years ago
yotamberk
055e7eefb9
Merge pull request #2183 from mojoaxel/weNeedHelp
linked user profiles in help files
8 years ago
Alexander Wunschik
832e963375
linked users to there profile
8 years ago
Wim Rijnders
f3e5643119
Added handling of settings for camera
8 years ago