railbird-gql/component/charts/graph-types.ts

3 lines
96 B
TypeScript
Raw Normal View History

import { ScaleLinear } from 'd3-scale'
export type ScaleFunction = ScaleLinear<number, number>;