Skip to content
Snippets Groups Projects
Commit 5d305711 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

auskommentieren

parent cdbec372
No related branches found
No related tags found
No related merge requests found
Pipeline #397432 passed
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment