Alex Timofte

Results 3 issues of Alex Timofte

const data = [ [1, 2], [3, 4], [5, 6], [7, 8], ]; On type "line" I am getting this chart without graph line. However when I set showAxis to...

```typescript export interface Page { name: string content: Content url?: string children?: Component[] | string //Page api does not contain children } export interface Component { name: string content: Content...