UNPKG

ngx-frappe-chart

Version:

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

6 lines (5 loc) 157 B
import { GraphDatasetModel } from './graph-dataset.model'; export interface GraphDataModel { labels: string[]; datasets: GraphDatasetModel[]; }