remove log
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user