Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#18079 from tomwanzek/d3-sankey-0-7-1
Browse files Browse the repository at this point in the history
d3-sankey: Doc Update
  • Loading branch information
RyanCavanaugh authored Jul 14, 2017
2 parents 8fce562 + 95f022e commit 6e6b9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/d3-sankey/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

// Last module patch version validated against: 0.7
// Last module patch version validated against: 0.7.1

import { Link } from 'd3-shape';

Expand Down Expand Up @@ -266,7 +266,7 @@ export interface SankeyLayout<Data, N extends SankeyExtraProperties, L extends S
nodeId(nodeId: (node: SankeyNode<N, L>) => string | number): this;

/**
* Return the current node alignment method, which defaults to d3.sankeyLeft.
* Return the current node alignment method, which defaults to d3.sankeyJustify.
*/
nodeAlign(): (node: SankeyNode<N, L>, n: number) => number;
/**
Expand Down

0 comments on commit 6e6b9eb

Please sign in to comment.