Workflomics / workflomics-frontend

Front end of the Workflomics - workflow benchmarking platform.
https://workflomics.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
3 stars 2 forks source link

Improve the runtime-benchmark visualisation (table) #43

Closed vedran-kasalica closed 8 months ago

vedran-kasalica commented 8 months ago

We currently use a gradient between ⬜ and 🟩 to colour each cell in the table. However, colouring the whole cell makes the table hard to read and cells hard to distinguish. We should try to improve the design, and here are some alternative examples:

Use coloured text on a white background

Image

Highlight text

Image

Colour the inner part of the cell only, and leave the borders white

Image

We could potentially use different visualisation techniques for different columns/benchmarks, however in that case the benchmark data (JSON) should be extended and specify the desired visualisation technique

Image