UNPKG

@future-grid/fgp-graph

Version:

fgp-graph is a chart lib based on Dygraphs

11 lines (10 loc) 301 B
import { ViewConfig } from "./configurations"; import FgpGraph from "../index"; export interface EventHandlers { onViewChange?(g: FgpGraph, view: ViewConfig): void; onIntervalChange?(g: FgpGraph, interval: { name: string; value: number; show?: boolean; }): void; }