85 Commits (5563fc616885578ad51b2dfa6ccf70ccebf06126)

Author SHA1 Message Date
  wimrijnders 0f3789a150 Adjust for-in loops so they can deal with added properties in Array and Object prototypes (#3471) 7 years ago
  macleodbroad-wf c325418244 Addresses code review comments from PR 3382 (#3398) 7 years ago
  macleodbroad-wf 48c7cf93f1 Enable jsdoc-require MethodDefinition (#3382) 7 years ago
  macleodbroad-wf 13747eedd3 Adds missing @extends/@constructor to jsdoc (#3372) 7 years ago
  macleodbroad-wf d4e4e9fa07 Removes redundant .eslintrc from graph3d, lints the rest of the code … (#3363) 7 years ago
  macleodbroad-wf 8589ff689e Stricter Lint Rules on Graph3d (#3359) 7 years ago
  macleodbroad-wf 05cbb3b72c Adds missing jsdoc and adds lint rule require-jsdoc to build process (#3354) 7 years ago
  wimrijnders 536d250180 Add option definitions and validation to Graph3d (#3099) 7 years ago
  wimrijnders b9aec48b03 Graph3d: move Filter into DataGroup (#3159) 7 years ago
  wimrijnders 0fa017f59f Graph3d put guards before unsubscription in DataGroup (#3271) 7 years ago
  wimrijnders 221757c8d5 Enable 'eslint' (#3230) 7 years ago
  wimrijnders 979b53a16f Fix missing reference to Graph3D instance in DataGroup (#3255) 7 years ago
  wimrijnders d8458a90da Small fix on ref usage in DataGroup (#3198) 7 years ago
  wimrijnders 33c3e3d8e4 Add data group class to Graph3d (#3152) 7 years ago
  wimrijnders 85e36ed575 Configurable minimum and maximum sizes for dot-size graphs (#2849) 7 years ago
  p-a a9e14d33d4 Graph3d tooltip styling (#2780) 7 years ago
  wimrijnders af86650c39 Fix for issue #2536 (#2803) 7 years ago
  AoDev e6ed962238 chore(lint): added support for eslint (#2695) 7 years ago
  nmehrle e735b64e09 Added showX(YZ)Axis options to Graph3d (#2686) 7 years ago
  Ephraim Berkovitch d9cdcb82f1 feat: #2451 Allow pass the color of points in 'dot-color' mode of Graph3D (#2489) 7 years ago
  Wim Rijnders 2d42284527 Readied 3d camera orientation code for merge into develop branch 7 years ago
  linuxnotes 769415ea3a Improvement for camera 3d moving (#2340) 7 years ago
  A c4f6a6f0a7 Add ability to move graph3d by left mouse button while pressing ctrl key and rotate like before 8 years ago
  Kentaro Goto b0c5659383 fixed label disappearing bug for large axis values in graph3d (#2348) 7 years ago
  wimrijnders 588d9b685a Fixes #2274 graph3d disappears when setSize is called (#2293) 7 years ago
  wimrijnders 088980bc4c Added class Range for Min/Max value pairs. (#2230) 8 years ago
  wimrijnders 70f76a25b7 Added point draw method for style 'line' (#2227) 8 years ago
  wimrijnders 6adac314fd Added point draw methods for styles 'surface' and 'grid' (#2215) 8 years ago
  Wim Rijnders 9e1fd6671e Add point draw methods for styles 'dot-color' and 'dot-size' 8 years ago
  wimrijnders 1c4e1a41ee Add point draw methods for styles 'dot' and 'dot-line' (#2212) 8 years ago
  Wim Rijnders fcc817b4f0 Added point draw methods for graph styles 'bar-color' and 'bar-size' 8 years ago
  Wim Rijnders 124b70ffeb Undid last commit in a very roundabout way. 8 years ago
  Wim Rijnders 5d0a70e1f1 Added generic graph drawing loop; isolated point drawing of graph style 'Bar' 8 years ago
  Wim Rijnders cd1b18fbe9 Fixed another silly indent 8 years ago
  Wim Rijnders d3b174da09 Interim save 8 years ago
  Wim Rijnders 13752ed435 Fixes after testing 8 years ago
  wimrijnders 7424bfbfc2 Graph3d: make setting dotSizeRatio public (#2202) 8 years ago
  Wim Rijnders 3d0acba994 Small code cleanup and consolidation. 8 years ago
  Wim Rijnders baed96ee7c Fixes and hardening for Settings.js 8 years ago
  Wim Rijnders 3e84c3557e Moved code for settings to separate module 8 years ago
  wimrijnders c92e2cd952 Line graph draw segments by depth order (#2200) 8 years ago
  Wim Rijnders 6fc876a0ed Final cleanup for settings handling 8 years ago
  Wim Rijnders abb32df9b9 Final fixes 8 years ago
  Wim Rijnders 66ac9ddd3a Added commond handling for settings with internal prefix 'default' 8 years ago
  Wim Rijnders ffa2e19e24 Fixed oversight with showTooltip 8 years ago
  Wim Rijnders 7c9bab862d Added fields tooltip and showLegend to defaults 8 years ago
  Wim Rijnders e6351b63bd Adjusted STYLE enum to previous 8 years ago
  Wim Rijnders 9a028a8634 Added step to defaults; fixes to detect and survive inconstent data 8 years ago
  Wim Rijnders f3e5643119 Added handling of settings for camera 8 years ago
  Wim Rijnders 1446540a26 Added handling of settings backgroundColor and dataColor 8 years ago