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
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