Fixed incorrect method name for d3-graphviz (#29775)

* Initial commit

* Began defining functions

* Added top level exported function, options interface and Graphviz object interface

* Added more definitions

* Added dom lib

* Added more definitions

* Updated config

* Added required TS version

* Updated some parameters to be optional

* Updated definitions per API

* Fixed selection extension methods

* Added module declaration

* Formatting

* Updated names

* Re-ordered to match the API with sections

* Added Engine type

* Added TypeNames type

* Added KeyMode type

* Added more definitions and comments

* Updated to use generics matching other d3 libraries

* Updated arrays to be fixed size

* Added documentation

* Updated return type

* Added some tests

* Made parameter optional

* Updated DOT attributes

* Updated callbacks

* Linting fixes

* Removed unnecessary generics

* Updated callbacks

* Fixed incorrect method name
This commit is contained in:
DomParfitt 2018-10-16 17:27:44 +01:00 committed by Sheetal Nandi
parent 48c35f45d5
commit af02400a93

View File

@ -373,7 +373,7 @@ export interface Graphviz<GElement extends BaseType, Datum, PElement extends Bas
* transition into a subsequent new layout.
* @param nodeId the ID of the node
*/
inserDrawnNode(nodeId: string): this;
insertDrawnNode(nodeId: string): this;
/**
* Removes the node currently drawn with {@link drawNode}. This method cannot