mozilla/metrics-graphics

View on GitHub
docs/src/views/Home.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Home has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Home: React.FC = () => {
  const chartRef = useRef(null)
  useEffect(() => {
    if (!chartRef.current) return
    const lineChart = new LineChart({
Severity: Minor
Found in docs/src/views/Home.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status