UNPKG

ngx-frappe-chart

Version:

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

7 lines (6 loc) 158 B
import { LabelPosition } from './label-position.model'; export interface YMarkers { label: string; value: number; options: LabelPosition; }