|
@@ -33,7 +33,7 @@ import Tooltip from "@mui/material/Tooltip";
|
|
|
|
|
|
import { Chart, ColumnDesc, TraceValueType } from "taipy-gui";
|
|
import { Chart, ColumnDesc, TraceValueType } from "taipy-gui";
|
|
|
|
|
|
-import { ChartViewType, MenuProps, TableViewType, selectSx, tabularHeaderSx } from "./utils";
|
|
|
|
|
|
+import { ChartViewType, MenuProps, TableViewType, tabularHeaderSx } from "./utils";
|
|
|
|
|
|
interface DataNodeChartProps {
|
|
interface DataNodeChartProps {
|
|
active: boolean;
|
|
active: boolean;
|
|
@@ -126,7 +126,7 @@ const ColSelect = (props: ColSelectProps) => {
|
|
useEffect(() => setCol(getTraceCol(traceConf, trace, axis)), [traceConf, trace, axis]);
|
|
useEffect(() => setCol(getTraceCol(traceConf, trace, axis)), [traceConf, trace, axis]);
|
|
|
|
|
|
return (
|
|
return (
|
|
- <FormControl sx={selectSx}>
|
|
|
|
|
|
+ <FormControl>
|
|
<InputLabel id={labelId}>{label}</InputLabel>
|
|
<InputLabel id={labelId}>{label}</InputLabel>
|
|
<Select
|
|
<Select
|
|
labelId={labelId}
|
|
labelId={labelId}
|
|
@@ -174,7 +174,7 @@ const TypeSelect = (props: TypeSelectProps) => {
|
|
useEffect(() => setType(value), [value]);
|
|
useEffect(() => setType(value), [value]);
|
|
|
|
|
|
return (
|
|
return (
|
|
- <FormControl sx={selectSx}>
|
|
|
|
|
|
+ <FormControl>
|
|
<InputLabel id={labelId}>{label}</InputLabel>
|
|
<InputLabel id={labelId}>{label}</InputLabel>
|
|
<Select
|
|
<Select
|
|
labelId={labelId}
|
|
labelId={labelId}
|