jos
2c8c26f438
Deprecated functions `DataSet.subscribe` and `DataSet.unsubscribe`
9 years ago
jos
7e0961ae73
- Dropped support for Google DataTable.
- Dropped support for appending data returned by `DataSet.get()` to an existing Array or DataTable.
- Fixed a `window` issue in uuid.js.
9 years ago
Måns Beckman
f53012fdf9
Updated code and docs for possibility to rename fields
9 years ago
Måns Beckman
eb5afcfc6a
Added possibility to rename fields on a DataSet.get()
Added functionality to extend the fields array, to a fields object,
similar to the type declaration. This makes it possible rename
properies when you get them.
9 years ago
jos
783af7a561
Changed unit tests to use the compiled vis.js
9 years ago
jos
b778649725
Fixed #531 : a bug in the `DataSet` returning an empty object instead of `null` when no item was found when using both a filter and specifying fields.
9 years ago
jos
7e8ca2dd07
Added property `length` holding the total number of items in the DataSet
9 years ago
jos
6ec184e737
Implemented DataSet.setOptions
10 years ago
jos
41bbb30b8c
Integrated queue in DataSet
10 years ago
jos
1ffaba543c
Event listeners of `update` now receive an extra property `data`, containing the changed fields of the changed items.
10 years ago
Alex de Mulder
cd131960dc
added few examples, added gephi parser (JSON), added JSON get for dataset
10 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
jos
1a2d82dd08
Fixed DataSet.distinct requiring options.type to be configured
10 years ago
Alex de Mulder
c59dd11359
fixed dataset problem
10 years ago
jos
5524133fbf
Fixed #170 : unreliable Array type detection
10 years ago
jos
b6d5da3a8c
Refactored the property names of DataSet and DataView to having underscore prefixes
10 years ago
jos
106983fad4
Timeline now accepts a DataSet with items having any type of start and end.
10 years ago
jos
b4945faedd
Renamed DataSet option `convert` to `type`.
10 years ago
Alex de Mulder
c8cc074db1
legend WIP
10 years ago
Alex de Mulder
ada8e98549
fixed dataset bug
10 years ago
jos
0f45b7a2f1
Removed double function naming
10 years ago
jos
3b239349fa
Extended DataSet documentation
10 years ago
jos
c64cdb9166
DataSet constructor now accepts initial data and options
10 years ago
josdejong
9939679f9b
Renamed DataSet functions `subscribe` and `unsubscribe` to `on` and `off`
10 years ago
Alex de Mulder
6e6905353c
DATASET: Added options flag for including internal ids, added test coverage for it
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
6b7a305dc5
Manipulation methods of DataSet now return a list with the ids of the affected items.
11 years ago
josdejong
7c3ed40536
Graph now uses an id based set of nodes and edges instead of a row based array internally, and supports DataSet
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
178b286568
Replaced all forEach with old-fashioned but wau faster for loops.
11 years ago
josdejong
a3e8bbd63e
Improved getting items (casting and filtering).
11 years ago
josdejong
74771c66dd
Implemented DataView
11 years ago
josdejong
fb7cb8a10d
Simplified subscription model
11 years ago
josdejong
b632151630
Made method add more strict: will not overwrite existing items.
11 years ago
josdejong
8dd3fb3b58
Improved/clarified argument handling of DataSet.get
11 years ago
josdejong
6c74b284b8
Implemented methods map, forEach, added filter option to method get
11 years ago
josdejong
a28c3640e1
Added method distinct
11 years ago
josdejong
c5d7a9a9a5
Isolated the local classes in a single namespace (using commonjs for referring local classes does not work that handy)
11 years ago
josdejong
6590e2cd2e
Applied node style dependency management, using browserify now to bundle the code
11 years ago
josdejong
3e4e9313e3
Using vis as internal namespace now. All module related stuff is now located on a single place, in module.js
11 years ago
josdejong
5c14597bb9
Implemented namespacing, closure, and support for require.js
11 years ago
josdejong
1b941b9ec4
Implemented automatic start and end based on the data range
11 years ago
josdejong
45afd42252
Initial import
11 years ago