Alex de Mulder
81ea2b1f4a
added google analytics
pirms 10 gadiem
jos
dcaa7ef121
Fixed test/timeline.html
pirms 10 gadiem
jos
76757c978e
Fixed #443 : not being able to drag items to an other group on mobile devices.
pirms 11 gadiem
jos
783af7a561
Changed unit tests to use the compiled vis.js
pirms 11 gadiem
Alex de Mulder
b4c56a6239
removed eu project
pirms 11 gadiem
Alex de Mulder
2c28c42371
- Added getConnectedNodes method.
- Added fontSizeMin, fontSizeMax, fontSizeMaxVisible, scaleFontWithValue, fontDrawThreshold to Nodes.
- Added fade in of labels (on nodes) near the fontDrawThreshold.
- Added nodes option to zoomExtent to zoom in on specific set of nodes.
- Added stabilizationIterationsDone event which fires at the end of the internal stabilization run. Does not imply that the network is stabilized.
- Added setFreezeSimulation method.
- Added clusterByZoom option and increaseClusterLevel and decreaseClusterLevel methods.
Still clustering bug and need more documentation on new features
pirms 11 gadiem
jos
c4d357dd85
Fixed #339 : Added a method `refresh()` to the `DataView`, to update filter results
pirms 11 gadiem
jos
6c6af85c55
Fixed #590 : implemented options to set a fixed scale
pirms 11 gadiem
jos
1b6b0eaa1d
Added property `length` holding the total number of items in the DataView
pirms 11 gadiem
jos
7e8ca2dd07
Added property `length` holding the total number of items in the DataSet
pirms 11 gadiem
jos
09ac576970
Added docs and example on background grid styling and some minor tweaks
pirms 11 gadiem
jos
7c33b3eb92
Added classNames to vertical grid lines
pirms 11 gadiem
jos
a56f8eb2dc
Hammer2 mostly working in the Timeline
pirms 11 gadiem
jos
c1a317efcf
Fixed #247 : Support for custom date formatting of the labels on the time axis
pirms 11 gadiem
jos
e19502ebc7
Moving Timeline working with hammer2 (stop event propagation still an issue)
pirms 11 gadiem
jos
60e0525187
Fixed another bug related to overflowing contents ( #459 )
pirms 11 gadiem
jos
6ec184e737
Implemented DataSet.setOptions
pirms 11 gadiem
jos
41bbb30b8c
Integrated queue in DataSet
pirms 11 gadiem
jos
f9ca7e5183
Created a Queue
pirms 11 gadiem
jos
4a3acd623e
Fixed #331 : onclick events in items not working.
pirms 11 gadiem
jos
807921b3cb
Implemented field `style` for both items and groups, to set a custom style for individual items.
pirms 11 gadiem
jos
c87ef9819c
Support for 'style' added for Items
pirms 11 gadiem
jos
6b61e95bf2
Changed to `moment().add(value, unit)` notation
pirms 11 gadiem
jos
1ad26290c9
Released version 3.4.0
pirms 11 gadiem
jos
29b4e31b31
Fixed an overflow issue with the dots of BoxItems
pirms 11 gadiem
jos
23cb1da05f
Fixed #279 : `className` of groups not being updated when changed
pirms 11 gadiem
jos
7672da4a78
Implemented a new callback function `onMoving(item, callback)`
pirms 11 gadiem
jos
b2d406e446
Fixed #230 : Implemented function `focus(id)` to center a specific item (or multiple items) on screen
pirms 11 gadiem
jos
9360434678
Renamed "Link" to "Edge" in manipulation menu
pirms 11 gadiem
jos
da0e252ddd
Trying dutch language file of moment.js
pirms 11 gadiem
jos
7df77e69c9
Fixed #219 : implemented function `getVisibleItems`
pirms 11 gadiem
jos
a76ba2c53d
Reworked the tests a little (still not close to a proper unit test though)
pirms 11 gadiem
jos
72dfc0c45f
Reworked all code to commonjs modules. Replaced the build script with Gulp
pirms 11 gadiem
jos
f0a5b12593
Moved source code from `/src/` to `/lib/`
pirms 11 gadiem
jos
5374721fd6
Added support for title for both items and groups
pirms 11 gadiem
jos
124d0f9bf5
Fixed tests and a typo
pirms 11 gadiem
jos
18f73d78bd
Cleaned up some css
pirms 11 gadiem
jos
d78a823d4e
Removed the 'rangeoverflow' item type
pirms 11 gadiem
jos
b6d5da3a8c
Refactored the property names of DataSet and DataView to having underscore prefixes
pirms 11 gadiem
jos
106983fad4
Timeline now accepts a DataSet with items having any type of start and end.
pirms 11 gadiem
jos
b4945faedd
Renamed DataSet option `convert` to `type`.
pirms 11 gadiem
jos
1cd1540f28
Fixed a bug in vertical offset when height of container > height of contents
pirms 11 gadiem
jos
fe7cc72666
Implemented shadows when vertical scroll is possible
pirms 11 gadiem
jos
63c36ffb6f
Fixed vertical drag issue while pinching
pirms 11 gadiem
jos
cf48b7d7ca
Fixed #86 : A newly created item is now initialized with `end` property when option `type`
is `"range"` or `"rangeoverflow"`.
pirms 11 gadiem
jos
eed261b695
Implemented function `fit`
pirms 11 gadiem
jos
284013c3e3
Implemented option `stack` to enable/disable stacking of items.
pirms 11 gadiem
jos
2829eb1c7e
Fixed updating axis margin after deleting group
pirms 11 gadiem
jos
e79c0772ad
Implemented dragging items from one group to another. Implemented detailed configuration of editable actions.
pirms 11 gadiem
jos
c64cdb9166
DataSet constructor now accepts initial data and options
pirms 11 gadiem