UNPKG
@deltares/fews-web-oc-charts
Version:
latest (4.7.0)
4.7.0
4.6.1
4.6.0
4.5.1
4.5.0
4.4.1
4.4.0
4.3.1
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
4.0.0-alpha.15
4.0.0-alpha.14
4.0.0-alpha.13
4.0.0-alpha.12
4.0.0-alpha.11
4.0.0-alpha.10
4.0.0-alpha.9
4.0.0-alpha.8
4.0.0-alpha.7
4.0.0-alpha.6
4.0.0-alpha.5
4.0.0-alpha.4
4.0.0-alpha.3
4.0.0-alpha.2
4.0.0-alpha.1
4.0.0-alpha.0
3.1.0
3.0.3
3.0.3-beta.7
3.0.3-beta.6
3.0.3-beta.5
3.0.3-beta.4
3.0.3-beta.3
3.0.3-beta.2
3.0.3-beta.1
3.0.3-beta.0
3.0.2
3.0.1
3.0.0
3.0.0-alpha.19
3.0.0-alpha.18
3.0.0-alpha.17
3.0.0-alpha.16
3.0.0-alpha.15
3.0.0-alpha.14
3.0.0-alpha.13
3.0.0-alpha.12
3.0.0-alpha.11
3.0.0-alpha.10
3.0.0-alpha.9
3.0.0-alpha.8
3.0.0-alpha.7
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.2
FEWS Chart Library
github.com/Deltares/fews-web-oc-charts
Deltares/fews-web-oc-charts
@deltares/fews-web-oc-charts
/
dist
/
Axis
/
axisPosition.d.ts
9 lines
(8 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
AxisPosition
: {
readonly
Top
:
"top"
;
readonly
Bottom
:
"bottom"
;
readonly
Left
:
"left"
;
readonly
Right
:
"right"
;
readonly
AtZero
:
"atzero"
; };
export
type
AxisPosition
= (
typeof
AxisPosition
)[keyof
typeof
AxisPosition
];