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
Alexander Wunschik
0e939b7d24
clean up of .gitignore
8 years ago
Alexander Wunschik
9b83948848
git ignore dist/; fixes #2181
8 years ago
Alexander Wunschik
daf3e65622
fixed conversion from moment to ISODate
8 years ago
Alexander Wunschik
e39dc89cf8
improved timelines dataSerialization example
8 years ago
Alexander Wunschik
24ffacb3e7
fixed conversion from date-String to Number
8 years ago
yotamberk
dd324da2a2
Drag and drop support for the timeline ( #2238 )
* Add initial experiment
* Register drag and drop events
* Add initial drag and drop support
* Add drag and drop support for all types of objects
* Fix example
* Clean up code and add comments
* Fix example
* remove font awesome
* Fix example style
* Add meta tag to example and add selected when dropped
8 years ago
yotamberk
4dedc62296
Add zoomIn and zoomOut to timeline core ( #2239 )
* Add zoomIn and zoomOut to timeline core functionality
* Fix example
* Fix jsdocs params
* inforce zoom percentage to be between 0 and 1
8 years ago
wimrijnders
088980bc4c
Added class Range for Min/Max value pairs. ( #2230 )
* Added class Range for Min/Max value pairs.
* Processed review feedback, added comments.
* Fixed jsdoc tags; reviewed commenting
* Final fixes to commenting
8 years ago
yotamberk
a60407877d
check parent DOM elements for direction attribute ( #2237 )
* Fix PR comment
* Remove extra line
8 years ago
yotamberk
b96566ed94
Merge pull request #2235 from yotamberk/rtl-dir
Support parent dir for RTL timeline and fix a small bug for editable point items
8 years ago
Uli Fahrer
ed4bf21e76
Add german locale to timeline ( #2234 )
8 years ago
Yotam Berkowitz
9d33372f0b
Support parent dir and add docs + examples
8 years ago
Yotam Berkowitz
510adfc282
Add support to rtl with dir
8 years ago
Yotam Berkowitz
1053fc6305
Fix editable point item
8 years ago
Yotam Berkowitz
afdefcc006
Merge branch 'develop' of https://github.com/almende/vis into rtl-dir
8 years ago
CapitanMorgan
91c96ba38c
fixes #2100 and issues with edges when clustering ( #2229 )
* Should fix issue #2100 and fix another issue we discovered around clusterByConnection leaving phantom edges.
* fixed a wrong variable name
* fixed DataView.test.js assert
* Update Canvas.js
* remove whitespace; remove end of file newline on Canvas.js
* strip end of file newlines
* fixed styling. spacing, semicolons, line length
8 years ago
yotamberk
1d8a1820e0
Merge pull request #2231 from yotamberk/template-fix
Fix templates and Item options
8 years ago
Yotam Berkowitz
e3fdbcf535
Fix conflict
8 years ago
Yotam Berkowitz
4b6a0d7f74
Fix to Core.js to updated Core.js
8 years ago
Yotam Berkowitz
4f105a3127
Fix templates
8 years ago
Yotam Berkowitz
5195aa93da
Merge branch 'develop' of https://github.com/almende/vis into template-fix
8 years ago
Yotam Berkowitz
2f2f5c4cc8
Commit before pull
8 years ago
yotamberk
33795a90a1
Fix scroll bugs with vertical scrollbar ( #2228 )
* 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
* Fix verticalScroll and horizontalScroll docs
* Fix bug in timeline option.rtl if otion is undefined
* Remove hack
* Fix breaking of timeline
* Fix scrolling bugs
* Remove silly mistake
8 years ago
Yotam Berkowitz
249272ccc1
Merge branch 'develop' of https://github.com/almende/vis into template-fix
8 years ago
wimrijnders
70f76a25b7
Added point draw method for style 'line' ( #2227 )
8 years ago
yotamberk
6bb743214e
Merge pull request #2224 from bradh/timelinedocs-2016-10-24
Minor documentation cleanup.
8 years ago
Brad Hards
a70edfb1b9
Minor documentation cleanup.
8 years ago
yotamberk
1e55ee8640
Bugfix in timeline ( #2219 )
* 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
* Fix verticalScroll and horizontalScroll docs
* Fix bug in timeline option.rtl if otion is undefined
* Remove hack
* Fix breaking of timeline
8 years ago
yotamberk
c1a3f66233
Merge pull request #2223 from bradh/rangeoverflowexamplecleanup
Remove stray reference to rangeoverflow in example comment.
8 years ago
yotamberk
95cd631ab7
Merge pull request #2222 from bradh/readmefixes-2016-10-24
Trivial README fixes.
8 years ago
Brad Hards
7e342bd4f0
Remove stray reference to rangeoverflow in example comment.
8 years ago
Brad Hards
3633bd9d56
Trivial README fixes.
8 years ago
yotamberk
5489a19027
Merge pull request #2218 from mojoaxel/featureRequests
renamed some labels
8 years ago
Alexander Wunschik
cad071e136
renamed some labels
8 years ago
yotamberk
ecf1c6a7d3
small improvements ( #2217 )
* 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
* Fix verticalScroll and horizontalScroll docs
* Fix bug in timeline option.rtl if otion is undefined
* Remove hack
8 years ago
yotamberk
ac1d6a6a96
Fix small timeline bug when defining timeline with no options and fix docs explanations ( #2216 )
* 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
* Fix verticalScroll and horizontalScroll docs
* Fix bug in timeline option.rtl if otion is undefined
8 years ago
wimrijnders
6adac314fd
Added point draw methods for styles 'surface' and 'grid' ( #2215 )
8 years ago
yotamberk
a9be8e796b
Merge pull request #2214 from wimrijnders/PR23
Add point draw methods for styles 'dot-color' and 'dot-size'
8 years ago
Wim Rijnders
9e1fd6671e
Add point draw methods for styles 'dot-color' and 'dot-size'
8 years ago
wimrijnders
1c4e1a41ee
Add point draw methods for styles 'dot' and 'dot-line' ( #2212 )
8 years ago
yotamberk
171ee39687
Merge pull request #2213 from mojoaxel/develop
add two eyes review process
8 years ago
Alexander Wunschik
66ab105d84
add two eyes review process
8 years ago
yotamberk
ab9d5f3422
Merge pull request #2210 from wimrijnders/PR21
Added point draw methods for graph styles 'bar-color' and 'bar-size'
8 years ago
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