Closed elevu closed 1 year ago
I added a /samples/pangolin/ endpoint which will fetch all samples with the queried pangolin type.
Corrected: /samples/pango/ is the endpoint
Issue is blocked. Back-end need to provide the data to be plotted. My plan is for the endpoint to return: { samples : [sample1, sample2,....], plotData : [ {x1:xval, y1:yval} ,{x2:xval, y2:yval }] }
Done!