UNPKG

reaviz

Version:

Data Visualization using React

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