vega-typings
Advanced tools
Comparing version 0.2.15 to 0.2.16
{ | ||
"name": "vega-typings", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "Typings for Vega", | ||
@@ -5,0 +5,0 @@ "types": "types", |
@@ -302,3 +302,3 @@ import { | ||
export interface AxisConfig extends Axis { | ||
export interface AxisConfig extends Partial<Axis> { | ||
/** | ||
@@ -355,2 +355,7 @@ * An interpolation fraction indicating where, for `band` scales, axis ticks should be positioned. A value of `0` places ticks at the left edge of their bands. A value of `0.5` places ticks in the middle of their bands. | ||
/** | ||
* Boolean flag indicating if an extra axis tick should be added for the initial position of the axis. This flag is useful for styling axes for `band` scales such that ticks are placed on band boundaries rather in the middle of a band. Use in conjunction with `"bandPostion": 1` and an axis `"padding"` value of `0`. | ||
*/ | ||
tickExtra?: boolean; | ||
/** | ||
* The rotation angle of the axis labels. | ||
@@ -357,0 +362,0 @@ * |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71981
2142