UNPKG

@toast-ui/chart

Version:

TOAST UI Application: Chart

10 lines (7 loc) 214 B
import { Point } from '../options'; export type CircleLegendModel = { radius: number; value: number; type: 'circleLegend'; } & Point; export type CircleLegendModels = { circleLegend: CircleLegendModel[] };