Type alias TimeParams

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

Type declaration

  • Optional textInterval?: number
  • Optional type?: DataType

Generated using TypeDoc