-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Description
Hi, I am trying to use react native graph however in my opinion something is wrong with this library.
Please take a look at the chart. It doesn't look like the dataset. Do you agree with me?
const numberArray: Array<number> = [0, 20, 100, 0, 100, 100, 10, 0]; const graphPoints: GraphPoint[] = numberArray.map((x, index) => { return { value: x, date: new Date( new Date(2000, 0, 1).getTime() + 1000 * 60 * 60 * 24 * index ), }; });
@mrousavy am i doing anything wrong?
Metadata
Metadata
Assignees
Labels
No labels