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 |