import { BasicTooltip } from '@nivo/tooltip' import { ComputedDatum } from './types' export const SwarmPlotTooltip = ({ id, formattedValue, color, }: ComputedDatum) => ( )