libs/d3/src/lib/model/d3-graph-options.ts
Properties |
axisType |
axisType:
|
Type : D3AxisType
|
dotted |
dotted:
|
Type : boolean
|
import { D3AxisType } from './d3-axis-type';
export interface D3GraphOptions {
axisType: D3AxisType;
dotted: boolean;
}