655 Commits (2678fd23956a7f32ab69c2a180e46f9793fe6828)

Author SHA1 Message Date
  wimrijnders 6adbefdaac Network Clustering fixes on usage joinCondition for clusterOutliers() (#3388) 7 years ago
  wimrijnders dc33994eed Fix setting of edge color options via Network.setOptions() (#3377) 7 years ago
  macleodbroad-wf 48c7cf93f1 Enable jsdoc-require MethodDefinition (#3382) 7 years ago
  macleodbroad-wf 6dfb468974 Enables "ClassDeclaration" for require-jsdoc lint rule, and adds all missing class-level jsdoc (#3373) 7 years ago
  macleodbroad-wf b998ecd3b5 Enables "requireReturnType" for valid-jsdoc lint rule (#3374) 7 years ago
  macleodbroad-wf d4e4e9fa07 Removes redundant .eslintrc from graph3d, lints the rest of the code … (#3363) 7 years ago
  Yasufumi Ogawa e44b0b0185 Add edge styles support for DOT lib (#3348) 7 years ago
  wimrijnders 046fb2784a Enable unit testing for module Network (#3313) 7 years ago
  macleodbroad-wf 05cbb3b72c Adds missing jsdoc and adds lint rule require-jsdoc to build process (#3354) 7 years ago
  wimrijnders 810d088d34 [Network] Dynamically adjust clustering when data changes. (#3330) 7 years ago
  wimrijnders a01ef86c2a [Network] Fixes for loading of examples (#3332) 7 years ago
  macleodbroad-wf 0df59c8f41 Makes Network, DataSet and DataView eslint compliant (#3304) 7 years ago
  wimrijnders 6b191f8bc9 Network: Block recalculation of level in LayoutEngine._determineLevelsDirected() (#3294) 7 years ago
  wimrijnders 2697973069 Cleanup mergeOptions() (#3280) 7 years ago
  wimrijnders 16a639bae5 Added dragStart event for adding edges. (#3141) 7 years ago
  wimrijnders 6aba9b22d6 Fix infinite loop on drawing of large labels (#3228) 7 years ago
  wimrijnders f805b1fd9b Update hierarchy when node level changes (#3239) 7 years ago
  wimrijnders fc7b5f0808 Multiple base edges in clustered edge (#3268) 7 years ago
  wimrijnders 90adc2f969 Network: Add pointer data to hover events (#3128) 7 years ago
  wimrijnders 9664c27b36 Refactor LayoutEngine for further work (#3227) 7 years ago
  wimrijnders af4e1fa9ed Network: make 'hidden' and 'clustered' play nice together (#3274) 7 years ago
  wimrijnders 658dbc18e8 Allow DOM elements for node titles (#3267) 7 years ago
  wimrijnders 843eb447b2 Upgrade packages and tools for Travis unit testing (#3262) 7 years ago
  wimrijnders ff5916dc8e Set dimensions properly of images on initialization. (#3205) 7 years ago
  wimrijnders a820ec4b77 Refactoring of Node Drawing (#3170) 7 years ago
  wimrijnders 427de224ad Reverse nodes returned with 'from' and 'to' directions (#3186) 7 years ago
  wimrijnders 418b42bb64 Refactored line drawing for Bezier edges (#3122) 7 years ago
  wimrijnders 33a4c28ec6 Refactoring of `BezierEdgeStatic._getViaCoordinates()` (#3121) 7 years ago
  wimrijnders 98c0922d63 Consolidate code for determining the pixel ratio (#3088) 7 years ago
  wimrijnders c16b2a3c58 Network: Smooth type 'dynamic' adjusted for node-specific option in hierarchical (#3130) 7 years ago
  wimrijnders a746466950 Fix usage of clustering with hierarchical networks (#3132) 7 years ago
  wimrijnders f8ba6f037c Protect Network from zero and negative mass values (#3135) 7 years ago
  wimrijnders 04ecc8575b Prevent crashes from invalid id's in `Clustering.findNode()` (#3166) 7 years ago
  wimrijnders 69fef3dbf4 Ensure start and end of stabilization progress events is sent (#3165) 7 years ago
  wimrijnders be036db2d8 Fix on call to i`fontOptions.chooser()` in module Label (#3124) 7 years ago
  wimrijnders b882b3873c Properly handle newline escape sequences in strings for DOT (#3112) 7 years ago
  wimrijnders 3ce7fbecf0 Refactoring of LayoutEngine (#3110) 7 years ago
  wimrijnders 22edb38171 Fix option handling label selection of edges (#3116) 7 years ago
  wimrijnders ed8d6cb0a0 Edge labels turn bold on select and hover (#3111) 7 years ago
  wimrijnders 003a4b26fa Changed order of (de)select events for network (#3113) 7 years ago
  wimrijnders 0e6b6ecdb8 Added param 'direction' to Network.getConnectedNodes() (#3108) 7 years ago
  wimrijnders 87cd18230d Add prefix to cancelAnimationFrame() (#3087) 7 years ago
  Pat Sissons e25db74b4b replacing all ES6 imports with CJS require calls (#3063) 7 years ago
  wimrijnders 9a564417d0 Fixes for loading images into image nodes (#2964) 7 years ago
  wimrijnders 000fe8222b Added check on mission var 'options', refactoring. (#3055) 7 years ago
  wimrijnders 168e79d299 Use get() to get data from DataSet/View instead of directly accessing member _data. (#3069) 7 years ago
  wimrijnders bf80a902f2 Avoid overriding standard context method ellipse() (#3072) 7 years ago
  wimrijnders f67d16c963 Fix #2922: bold label for selected ShapeBase classes. (#2924) 7 years ago
  wimrijnders 005fa974cb Fix #2952 Pre-render node images for interpolation (#3010) 7 years ago
  wimrijnders b20fe1231c Fix for exploding directed network, first working version; refactored hierarchical state in LayoutEngine. (#3017) 7 years ago