atlas icon indicating copy to clipboard operation
atlas copied to clipboard

Improve speed of data formatting for parallel coordinates graph

Open mohammedri opened this issue 4 years ago • 0 comments

Currently, the frontend does some heavy processing (O(n^2)) to convert the job data from the backend to the format that the chart library expects. This leads to long load times when landing on the page.

We should either improve the algorithm in the frontend that does the formatting, store and send the data from the backend properly formatted, or investigate trying to fit our data into the external chart library.

CC: @hyun20005

mohammedri avatar Mar 13 '20 17:03 mohammedri