remove log

This commit is contained in:
Gala
2022-08-16 12:28:09 +02:00
parent f96a60b6a2
commit b3fcbb6726
+1 -2
View File
@@ -19,7 +19,6 @@ type FormattedChartData = [FormattedChartHeadings | FormattedDateRecord];
export const UptimeChart: React.FC<ChartProps> = ({ title, xLabel, yLabel, uptimeStory, loading }) => {
const [formattedChartData, setFormattedChartData] = React.useState<FormattedChartData>();
console.log('title, xLabel, yLabel, uptimeStory, loading', title, xLabel, yLabel, uptimeStory, loading);
const theme = useTheme();
const color = theme.palette.text.primary;
React.useEffect(() => {
@@ -88,7 +87,7 @@ export const UptimeChart: React.FC<ChartProps> = ({ title, xLabel, yLabel, uptim
},
},
vAxis: {
// % uptime vertical
// % Routing Score vertical
viewWindow: {
min: 0,
max: 100,