UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

6 lines (5 loc) 172 B
import { ChartInternalDataTypes } from '../data'; /** * Format a value based on type. */ export declare function formatValue(value: ChartInternalDataTypes): string;