Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed Jan 8, 2025
1 parent f83b2a3 commit 4d9002f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/charts/rateBarChart/useRateChartTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { type RefObject, useCallback, useState } from 'react'
import type { MetricConfig } from '../../data/config/MetricConfigTypes'
import type { HetRow } from '../../data/utils/DatasetTypes'
import type { BarChartTooltipData } from './BarChartTooltip'
import { formatValue } from '../sharedBarChartPieces/helpers'
import type { BarChartTooltipData } from './BarChartTooltip'

export function useRateChartTooltip(
containerRef: RefObject<HTMLDivElement>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ interface StackedBarLegendProps {
metricDisplayName: string
}
export default function StackedBarLegend(props: StackedBarLegendProps) {

return (
<g
aria-label='legend'
Expand Down

0 comments on commit 4d9002f

Please sign in to comment.