Remove testing donut page
All checks were successful
Build and Publish Docker Container / build (push) Successful in 3m12s
All checks were successful
Build and Publish Docker Container / build (push) Successful in 3m12s
This commit is contained in:
parent
e67e01fd0a
commit
cf1788ebcd
@ -1,29 +0,0 @@
|
|||||||
import './styles.css';
|
|
||||||
import {Donut} from "@/components/Donut";
|
|
||||||
|
|
||||||
const data = [
|
|
||||||
{
|
|
||||||
label: "One",
|
|
||||||
colour: "#ce4b99",
|
|
||||||
value: 35,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Two",
|
|
||||||
colour: "#b1c94e",
|
|
||||||
value: 15,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Three",
|
|
||||||
colour: "#377bbc",
|
|
||||||
value: 50,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Four",
|
|
||||||
colour: "#f49f35",
|
|
||||||
value: 100,
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
export default function App() {
|
|
||||||
return <Donut data={data}/>
|
|
||||||
}
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
.chart-text {
|
|
||||||
font: 16px/1.4em "Montserrat", Arial, sans-serif;
|
|
||||||
fill: #000;
|
|
||||||
transform: translateY(0.25em);
|
|
||||||
}
|
|
||||||
|
|
||||||
.chart-number {
|
|
||||||
font-size: 0.6em;
|
|
||||||
line-height: 1;
|
|
||||||
text-anchor: middle;
|
|
||||||
transform: translateY(-0.25em);
|
|
||||||
}
|
|
||||||
|
|
||||||
.chart-label {
|
|
||||||
font-size: 0.2em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
text-anchor: middle;
|
|
||||||
transform: translateY(0.7em);
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user