From 89004e1328ba2e3c57e184f635e5e929342f3033 Mon Sep 17 00:00:00 2001
From: maccyber
Nationality
-
-
- LOADING ...
- - + + : null }-
Your level of {d.title.toLowerCase()} is {d.scoreText}
+Your level of {d.title.toLowerCase()} is {d.scoreText} ({d.score}/{d.count * 5})
{f.title}
-
Your level of {f.title.toLowerCase()} is {f.scoreText}
+Your level of {f.title.toLowerCase()} is {f.scoreText} ({f.score}/{f.count * 6})
) } @@ -103,7 +103,26 @@ export default class Results extends React.Component { font-size: 23px; margin-bottom: 10px; } - @media (max-width:1300px) { + .rd3-barchart-bar:nth-child(1) { + fill: #ff8888; + } + .rd3-barchart-bar:nth-child(2) { + fill: #88d6ff; + } + .rd3-barchart-bar:nth-child(3) { + fill: #fff188; + } + .rd3-barchart-bar:nth-child(4) { + fill: #98ff88; + } + .rd3-barchart-bar:nth-child(5) { + fill: #ee88ff; + box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.75); + } + .rd3-barchart-bar:nth-child(6) { + fill: #a988ff; + } + @media (min-width:681px) and (max-width:1300px) { .rd3-barchart-xaxis text { text-anchor: start; transform: rotate(50deg); @@ -116,6 +135,18 @@ export default class Results extends React.Component { transform: scaleY(4); } } + @media (max-width: 680px) { + .rd3-barchart-xaxis text { + writing-mode: tb; + text-anchor: start; + } + .rd3-barchart-xaxis line { + transform: scaleY(0); + } + .rd3-chart { + padding-bottom: 200px; + } + } `}