UNPKG

ngx-frappe-chart

Version:

A simple and easy to use angular wrapper on top of frappe for generating awesome graphs.

9 lines (8 loc) 258 B
import { HeatmapDataModel } from '../interfaces/heatmap-data.model'; export declare class FrappeChartsHeatmapComponent { data: HeatmapDataModel; title?: string; countLabel?: string; discreteDomains?: number; colors?: string[5]; }