1.1.2 • Published 2 years ago

@otosense/ogui v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ogui

to use yarn link in the intalled

  1. install @otosense/ogui (yarn add @otosense/ogui)
  2. ./client run 'yarn link @otosense/ogui'

components' props

Pipeline maker

interface IProps {
  options: string[];
  handleSelectChange: (val: string, i: number) => void;
  handleSave: VoidFunction;
  selectedValues: string[];
  setSelectedValues: (arr: string[]) => void;
  isMixedData?: boolean;
  mixedData?: any;
  filterMixedDataFunc?: (data: any) => string[];
}

Stream2pyChart

interface IProps {
  arr: {X: number}[];
  setArr: VoidFunction;
  speed: number;
}

speed is in millisecond (1000 is 1 sec)

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago