microting/ngx-charts

View on GitHub
src/common/tooltip/position/placement.type.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum PlacementTypes {
  top = 'top' as any,
  bottom = 'bottom' as any,
  left = 'left' as any,
  center = 'center' as any,
  right = 'right' as any
}