Comparing version 1.1.1 to 1.1.2
@@ -26,2 +26,3 @@ import { G } from '@svgdotjs/svg.js'; | ||
graph: any; | ||
maxRank: number; | ||
element: HTMLElement; | ||
@@ -28,0 +29,0 @@ options: SankeyOptions; |
import { G } from '@svgdotjs/svg.js'; | ||
import { FontOptions, NodeOptions } from './Options'; | ||
export declare function renderNode(graphNode: any, options: Partial<NodeOptions & FontOptions>): G; | ||
export declare function renderNode(graphNode: any, maxRank: number, options: Partial<NodeOptions & FontOptions>): G; |
{ | ||
"name": "apexsankey", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@svgdotjs/svg.js": "^3.2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
808433
18207