UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

9 lines (8 loc) 245 B
import { Rect } from './rect'; export declare class BarShape<D = any> extends Rect<D> { direction: 'x' | 'y'; featherRatio: number; private get feathered(); isPointInPath(x: number, y: number): boolean; updatePath(): void; }