Kind: Function
Source: atloria-monorepo/apps/web/src/components/Analytics/charts/formatters.ts
Signature
tsfunction formatDelta(current: number | null | undefined, previous: number | null | undefined): { text: string; direction: 'up' | 'down' | 'flat' }
Parameters
| Name | Type |
|---|---|
current | `number |
previous | `number |
Returns: { text: string; direction: 'up' | 'down' | 'flat' }
Was this page helpful?