insidesherpa / JPMC-tech-task-3-PY3

8 stars 176 forks source link

Issue on Server(graph not getting plotted) #30

Open ritishtiwari opened 4 years ago

ritishtiwari commented 4 years ago

Screenshot (112) Screenshot (113) Screenshot (114) I have attached the screenshots for the problem faced by me. The date on the X-Axis is showing invlaid date.

SanikaSanaye commented 4 years ago

In you DataManipulator.ts file on remove line 21 and 32 and adjust the brackets accordingly.

Pavan-249 commented 4 years ago

In you DataManipulator.ts file on remove line 21 and 32 and adjust the brackets accordingly.

Even I had this issue and tried doing what you said..it didn't work

harsha14gupta commented 4 years ago

In DataManipulator.ts, Add semicolon instead of comma. export interface Row { price_abc: number; price_def: number; ratio: number; timestamp: Date; upper_bound: number; lower_bound: number; trigger_alert: number | undefined; } Also remove comma in line 30

harsha14gupta commented 4 years ago

Also, in Graph.tsx Remove comma in line no 32, 51 and 59.