UNPKG

@future-grid/fgp-graph

Version:

fgp-graph is a chart lib based on Dygraphs

8 lines (6 loc) 271 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; }