Type alias TimeParams

TimeParams: VisualizerParams & {
    textInterval?: number;
    type?: DataType;
}

Generated using TypeDoc