UNPKG

@nova-ui/charts

Version:

Nova Charts is a library created to provide potential consumers with solutions for various data visualizations that conform with the Nova Design Language. It's designed to solve common patterns identified by UX designers, but also be very flexible so that

15 lines (14 loc) 500 B
import { ChartPlugin } from "../common/chart-plugin"; import { MouseInteractiveArea } from "../common/mouse-interactive-area"; /** @ignore */ export declare class MouseInteractiveAreaPlugin extends ChartPlugin { private mouseInteractiveArea; private readonly destroy$; private interactionValuesActive; constructor(mouseInteractiveArea: MouseInteractiveArea); initialize(): void; update(): void; updateDimensions(): void; destroy(): void; private highlightReset; }