UNPKG

ng-d3-graphs

Version:

<img src="./assets/ng-d3.png" alt="drawing" width="250" height="250"/>

12 lines (11 loc) 194 B
export interface Axis { x?: number; y?: number; label: string; } export declare enum AxisDirection { top = "top", right = "right", bottom = "bottom", left = "left" }