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 |