ZoomOrigin
Syntax
interface ZoomOrigin {
x: string;
y: string;
}
Attributes
x
Specify the origin of x-coordinate.
Supported value: center, start, end
Default value: center
y
Specify the origin of y-coordinate.
Supported value: center, start, end
Default value: center
