mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-12 12:40:33 +08:00
Delete plotlyDarkTemplate from standalone_app
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
||||
import { Box, Typography, useTheme } from "@mui/material"
|
||||
import { plotlyDarkTemplate } from "@optuna/storybook"
|
||||
import init, { wasm_fanova_calculate } from "optuna"
|
||||
import * as plotly from "plotly.js-dist-min"
|
||||
import React, { FC, useEffect, useState } from "react"
|
||||
|
||||
import { plotlyDarkTemplate } from "../PlotlyDarkMode"
|
||||
const plotDomId = "graph-hyperparameter-importances"
|
||||
|
||||
export const PlotImportance: FC<{ study: Study }> = ({ study }) => {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Box, Typography, useTheme } from "@mui/material"
|
||||
import { plotlyDarkTemplate } from "@optuna/storybook"
|
||||
import * as plotly from "plotly.js-dist-min"
|
||||
import React, { FC, useEffect } from "react"
|
||||
import { plotlyDarkTemplate } from "../PlotlyDarkMode"
|
||||
|
||||
const plotDomId = "graph-intermediate-values"
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@ export { DataGrid } from "./components/DataGrid";
|
||||
export type { DataGridColumn } from "./components/DataGrid";
|
||||
export { PlotHistory } from "./components/PlotHistory";
|
||||
export { TrialTable } from "./components/TrialTable";
|
||||
export { plotlyDarkTemplate } from "./components/PlotlyDarkMode";
|
||||
|
||||
Reference in New Issue
Block a user