@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
13 lines (12 loc) • 354 B
TypeScript
import { ChartPlugin } from "../common/chart-plugin";
/** @ignore */
export declare class RenderEnginePlugin extends ChartPlugin {
private renderEngine;
private isChartInView;
private lastInteractionValuesPayload;
private readonly destroy$;
initialize(): void;
update(): void;
updateDimensions(): void;
destroy(): void;
}