glejeune / node-graphviz

Node.js interface to the GraphViz graphing tool
http://algorithmique.net
MIT License
197 stars 58 forks source link

missing attribute #35

Open darlenya opened 4 years ago

darlenya commented 4 years ago

The attribute 'newrank' is missing in the list of available attributes.

"newrank" : { "usage" : "G", "type" : "bool" },

And it would be great to get an error message like: Error: The attribute 'newrank' is not support. or something like this.

dustinlacewell commented 2 years ago

Or preferably it could be supported?