UNPKG

@orbcharts/plugins-basic-types

Version:

Types of plugins for OrbCharts

6 lines (2 loc) 224 B
export type ArcScaleType = 'area' | 'radius' export type Placement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end'