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

19 lines (18 loc) 537 B
import { ChartPlugin } from "../../common/chart-plugin"; /** * Draws a vertical line on the x-axis that corresponds to interaction position * * @class InteractionLinePlugin * @extends {ChartPlugin} */ export declare class InteractionLinePlugin extends ChartPlugin { static LAYER_NAME: string; private isChartInView; private lastInteractionValuesPayload; private interactionLineLayer; private readonly destroy$; initialize(): void; private handleLineUpdate; private updateLine; destroy(): void; }