swimlane/ngx-charts

View on GitHub
projects/swimlane/ngx-charts/src/lib/common/tooltip/position/placement-type.enum.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum PlacementTypes {
  Top = 'top',
  Bottom = 'bottom',
  Left = 'left',
  Right = 'right',
  Center = 'center'
}