Yasufumi Ogawa
e44b0b0185
Add edge styles support for DOT lib ( #3348 )
* Add support for edge style
* Update for TODO: support of solid/dotted/dashed edges (attr = 'style')
* Edge styles are defined as var edgeStyles in parseAttributeList().
* Add example for edge styles
Add an editable example for playing DOT edge styles
* Correct typo and remove TODO description
* Correct typo of filename from 'dotEdgeSytles.html' to
'dotEdgeStyles.html'.
* Remove TODO description of the issue for edge style
7 years ago
macleodbroad-wf
05cbb3b72c
Adds missing jsdoc and adds lint rule require-jsdoc to build process ( #3354 )
* Change lint rules
* Get eslint passing with require-jsdoc
7 years ago
wimrijnders
b882b3873c
Properly handle newline escape sequences in strings for DOT ( #3112 )
* Properly handle newline escape sequences in strings for DOT
* Adjust comments in code
7 years ago
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
10 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