// @flow strict
import type {Tooltip} from '../../../types/charts';
import typographyCss from '../../../styles/typography.module.css';
import css from './ChartTooltip.module.css';
export const tooltipTheme: Tooltip = {
headerFormat: `{point.key}`,
pointFormat: `
{series.name}: {point.y}
`,
};