UNPKG

ngx-frappe-chart

Version:

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

8 lines (7 loc) 176 B
import { LabelPosition } from './label-position.model'; export interface YRegions { label: string; start: number; end: number; options: LabelPosition; }