1. 03 Jul, 2020 1 commit
    • Nicolas Dular's avatar
      Fix usage graph not exceeding 100% · 8cab9ea3
      Nicolas Dular authored
      By using `toFixed` we were rounding the percentages which could
      lead to undesired behaviour where the accumulated percentages were
      above 100%.
      
      We are now not rounding the numbers anymore and use `flex` which
      accepts floating pointing numbers.
      8cab9ea3
  2. 01 Jul, 2020 39 commits