From aece921a4b9843ec0f9c170a91f23deede93a2c8 Mon Sep 17 00:00:00 2001 From: c-bata Date: Sat, 27 Feb 2021 14:19:53 +0900 Subject: [PATCH] Use plotly.js-dist instead of basic-dist --- optuna_dashboard/static/components/GraphSlice.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optuna_dashboard/static/components/GraphSlice.tsx b/optuna_dashboard/static/components/GraphSlice.tsx index 90eddeb4..bcf87626 100644 --- a/optuna_dashboard/static/components/GraphSlice.tsx +++ b/optuna_dashboard/static/components/GraphSlice.tsx @@ -1,4 +1,4 @@ -import * as plotly from "plotly.js-basic-dist" +import * as plotly from "plotly.js-dist" import React, { ChangeEvent, FC, useEffect, useState } from "react" import { Grid,