Skip to content

Commit

Permalink
Merge pull request #1001 from fusawa-yugo/fusawa-yugo/improve_timelin…
Browse files Browse the repository at this point in the history
…e_ui

fix timeline width to extend full-width
  • Loading branch information
c-bata authored Dec 18, 2024
2 parents a8d9b67 + c805ede commit d414c93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tslib/react/src/components/PlotTimeline.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Card, CardContent, Grid, Typography, useTheme } from "@mui/material"
import { Card, CardContent, Typography, useTheme } from "@mui/material"
import * as Optuna from "@optuna/types"
import * as plotly from "plotly.js-dist-min"
import { FC, useEffect } from "react"
Expand Down Expand Up @@ -32,9 +32,7 @@ export const PlotTimeline: FC<{
>
Timeline
</Typography>
<Grid item xs={9}>
<div id={plotDomId} />
</Grid>
<div id={plotDomId} />
</CardContent>
</Card>
)
Expand Down

0 comments on commit d414c93

Please sign in to comment.