11 Commits (e2d4a9914b5aaaedef13fe945dc7e8329af33625)

Author SHA1 Message Date
  jos a1d9310090 Some minor fixed in dotparser 9 years ago
  jos 23b9a91740 Implemented attribute mapping for DOT language attributes 9 years ago
  jos d82973769c Reworked the dot language playground and merged with the graphviz gallery 9 years ago
  Alex de Mulder f81b41c16b fixed docs (added tabs) fixed gephiparser, fixed edges, labels on selfreferenced edges, fixed dotlanguage 9 years ago
  Alex de Mulder 5b3f19acb5 fixed viewable area check as per #812 9 years ago
  Alex de Mulder b3580874d1 moved the entire network to triple ===. Bugs arise in scaling 9 years ago
  Alex de Mulder 1fbdf3b58e network works again! 9 years ago
  jos 090383d462 Fixes for ES5 strict mode 9 years ago
  jos f7f032df0c Replaced all `arr instanceof Array` with `Array.isArray(arr)` 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
  Alex de Mulder d65fbafcd7 refactor: graph --> network 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 e79d816b0e Fixes and improvements in DOT parser regarding subgraphs 11 years ago
  josdejong 37ea6eaa9e Implemented support for id:port in DOT parser 11 years ago
  josdejong 9e161ef381 Minor improvements in the DOT parser, better error handling 11 years ago
  josdejong b0dda31e6d Implemented subgraphs in the DOT parser 11 years ago
  josdejong d34b93d16f First steps in supporting subgraphs in DOT parser 11 years ago
  josdejong b3d2a1499a Implemented support for node sets in DOT parser 11 years ago
  josdejong 2a4877175d Added support in DOT parser for attributes with namespaces (like color.border=red) 11 years ago
  josdejong 44562dc205 DOT parser does now maintain order of nodes, is returned as an array instead of a map 11 years ago
  josdejong d17266cead DOT parser didn't like `\r` characters 11 years ago
  josdejong c099dcb9af Changed color options to an object with properties for border, background, and highlight color. 11 years ago
  josdejong 7f7e260e9e Renamed line style `arrow` to `arrow-center`, and `arrow-end` to `arrow`. 11 years ago
  josdejong 0922851d46 Some fixes in the DOT parser 11 years ago
  josdejong 4805f0e6d5 DOT parser rewritten 11 years ago
  josdejong bbb8e086c9 Renamed Graph property style to shape, and text to label 11 years ago
  josdejong ed26e58144 Implemented DOT support in Graph without need for a separate parse step. 11 years ago
  josdejong 287cfa1446 Splitted Graph.js into a file for every prototype (Node, Edge, ...) 11 years ago