From 5d30571114b546db59de355f3dc4a958892c1059 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 26 Jul 2024 21:55:34 +0200 Subject: [PATCH] auskommentieren --- src/contents/description.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/contents/description.tsx b/src/contents/description.tsx index 4de94f22..b133f07f 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -1,8 +1,6 @@ import { H2 } from "../components/headings"; import { Circle } from "../components/Shapes"; -import { - LineChart, - } from '@mui/x-charts/LineChart'; +/* import {LineChart} from '@mui/x-charts/LineChart'; */ /* import "../utils/text.js"; */ /* import { Collapsible } from "../components/Collapsible"; import { ButtonRowTabs } from "../components/Tabs"; @@ -34,7 +32,7 @@ export function Description() { <Circle text="x:y newborns in Germany"/> <Circle text="kosten"/> </div> - <LineChart + {/* <LineChart xAxis={[{ data: [1, 2, 3, 5, 8, 10] }]} series={[ { @@ -43,7 +41,7 @@ export function Description() { ]} width={500} height={300} - /> + /> */} </div> {/* <div className="col"> <img src="https://static.igem.wiki/teams/5247/charts-maps/cfper10-000.png"></img> -- GitLab