UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

6 lines (5 loc) 253 B
import { ChartInternalShallowDataShape } from '../data'; /** * Calculates whether the stroke should be shown. */ export declare function calculateShowStroke(current: ChartInternalShallowDataShape, data: ChartInternalShallowDataShape[]): boolean;