35 Commits (4a25c43e4c796bf443395a8456b62f1ea84c1511)

Author SHA1 Message Date
  macleodbroad-wf c325418244 Addresses code review comments from PR 3382 (#3398) 7 years ago
  macleodbroad-wf b97b265285 DataSet - Adds unit tests for add, setOptions and on/off (#3394) 7 years ago
  macleodbroad-wf 48c7cf93f1 Enable jsdoc-require MethodDefinition (#3382) 7 years ago
  macleodbroad-wf d4e4e9fa07 Removes redundant .eslintrc from graph3d, lints the rest of the code … (#3363) 7 years ago
  macleodbroad-wf 05cbb3b72c Adds missing jsdoc and adds lint rule require-jsdoc to build process (#3354) 7 years ago
  macleodbroad-wf 0df59c8f41 Makes Network, DataSet and DataView eslint compliant (#3304) 7 years ago
  Zachariah Brown 109754b34c Fixes instanceof Object statements for objects from other windows and iFrames. (#2631) 7 years ago
  Alexander Wunschik 890c3f83a6 fix(graph2d): fix #2500 for graph2d (#2581) 7 years ago
  Lewis B cb5cfc0858 Fixed deleting item with id 0 (#2530) 7 years ago
  Ludo Stellingwerff 876e0ab83e Graph2d performance enhancement (#2281) 7 years ago
  Zachariah Brown 776f4cc2d6 Updates DataSet and DataView remove event payload (#2189) 8 years ago
  jos c7aac14dba Added space to console warning 8 years ago
  jos c4636affc8 Fixed #1487: DataSet cannot remove an item with id `0` correctly 8 years ago
  jos 5fd3efceb2 Fixed #1491: Problem using ctrl+drag in combination with using a `DataView`, and an issue with ctrl+drag when using `snap: null` 8 years ago
  Ludo Stellingwerff e98f7b93a1 Warn on incorrect input 8 years ago
  Ludo Stellingwerff 6059ff3299 Revert inadvertedly included commit 9bf7452041 8 years ago
  jos 5f0755a373 Fixed #1437: Restored `data` property of the update event of DataSet. 8 years ago
  Ludo Stellingwerff 9bf7452041 Prevent potential null pointer error 8 years ago
  Martin Fischer a09df56a45 defined a read only property 'data' to avoid breaking the api 8 years ago
  Martin Fischer 1eccf093ac cloning old data before updating to fix #1378 8 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 2c8c26f438 Deprecated functions `DataSet.subscribe` and `DataSet.unsubscribe` 9 years ago
  jos 7e0961ae73 - Dropped support for Google DataTable. 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() 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