Zachariah Brown
70710f430b
Fixes removed event oldData items. ( #2535 )
7 years ago
Alexander Wunschik
b522f4ef68
fixes DataView.refresh bug introduced with #2189
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
Zachariah Brown
7c6248626b
Re-ordered keys to match other usage.
8 years ago
Zachariah Brown
f84743053e
Adds oldData to the update event payload in dataview to match dataset.
8 years ago
Ludo Stellingwerff
5249806fbd
Introducing a zindex option to control the svg render order.
Provide the DataView.map() method similar to the DataSet one.
9 years ago
Philippe Mimms
627d708efb
Replaced for-in loops in DataSet.js and DataView.js with Object-key iteration of cached length for greater computational performance.
9 years ago
jos
b3fe00837e
Fixed a bug in DataView still using the deprecated `unsubscribe`
9 years ago
jos
876d233b53
Fixed the DataView not passing a data property on update events (see #670 )
9 years ago
jos
c4d357dd85
Fixed #339 : Added a method `refresh()` to the `DataView`, to update filter results
9 years ago
jos
1b6b0eaa1d
Added property `length` holding the total number of items in the DataView
9 years ago
jos
72dfc0c45f
Reworked all code to commonjs modules. Replaced the build script with Gulp
10 years ago
jos
f0a5b12593
Moved source code from `/src/` to `/lib/`
10 years ago
jos
4873c8aba4
Fixed `DataView` not working in Timeline (see #195 )
10 years ago
Alex de Mulder
c59dd11359
fixed dataset problem
10 years ago
jos
b6d5da3a8c
Refactored the property names of DataSet and DataView to having underscore prefixes
10 years ago
josdejong
9939679f9b
Renamed DataSet functions `subscribe` and `unsubscribe` to `on` and `off`
10 years ago
josdejong
7e6810955d
Switched to 2-space indentation
10 years ago
josdejong
8643fdcc91
Renamed DataSet option fieldTypes to convert, and renamed util.cast to util.convert
11 years ago
josdejong
4eed201768
Renamed source files to match the name of the containing prototype
11 years ago
josdejong
997e2ccea5
Implemented option order in DataSet and DataView
11 years ago
josdejong
ec0be4dc38
DataView correctly translates and propagates events, as seen from its own point of view.
11 years ago
josdejong
2ebc747903
DataView and grouping in action
11 years ago
josdejong
74771c66dd
Implemented DataView
11 years ago