@uwdata/vgplot
Version:
An API for interactive Mosaic-powered visualizations and dashboards.
216 lines • 13.2 kB
TypeScript
export function name(name: any): (plot: any) => void;
export function margins(object: any): (plot: any) => void;
export function margin(value: any): (plot: any) => void;
export function xyDomain(value: any): (plot: any) => void;
export function style(value: any): (plot: any) => void;
export function width(value: any): (plot: any) => void;
export function height(value: any): (plot: any) => void;
export function marginLeft(value: any): (plot: any) => void;
export function marginRight(value: any): (plot: any) => void;
export function marginTop(value: any): (plot: any) => void;
export function marginBottom(value: any): (plot: any) => void;
export function align(value: any): (plot: any) => void;
export function aspectRatio(value: any): (plot: any) => void;
export function axis(value: any): (plot: any) => void;
export function inset(value: any): (plot: any) => void;
export function grid(value: any): (plot: any) => void;
export function clip(value: any): (plot: any) => void;
export function padding(value: any): (plot: any) => void;
export function ariaLabel(value: any): (plot: any) => void;
export function ariaDescription(value: any): (plot: any) => void;
export function xScale(value: any): (plot: any) => void;
export function xDomain(value: any): (plot: any) => void;
export function xRange(value: any): (plot: any) => void;
export function xNice(value: any): (plot: any) => void;
export function xInset(value: any): (plot: any) => void;
export function xInsetLeft(value: any): (plot: any) => void;
export function xInsetRight(value: any): (plot: any) => void;
export function xClamp(value: any): (plot: any) => void;
export function xRound(value: any): (plot: any) => void;
export function xAlign(value: any): (plot: any) => void;
export function xPadding(value: any): (plot: any) => void;
export function xPaddingInner(value: any): (plot: any) => void;
export function xPaddingOuter(value: any): (plot: any) => void;
export function xAxis(value: any): (plot: any) => void;
export function xTicks(value: any): (plot: any) => void;
export function xTickSize(value: any): (plot: any) => void;
export function xTickSpacing(value: any): (plot: any) => void;
export function xTickPadding(value: any): (plot: any) => void;
export function xTickFormat(value: any): (plot: any) => void;
export function xTickRotate(value: any): (plot: any) => void;
export function xGrid(value: any): (plot: any) => void;
export function xLine(value: any): (plot: any) => void;
export function xLabel(value: any): (plot: any) => void;
export function xLabelAnchor(value: any): (plot: any) => void;
export function xLabelArrow(value: any): (plot: any) => void;
export function xLabelOffset(value: any): (plot: any) => void;
export function xFontVariant(value: any): (plot: any) => void;
export function xAriaLabel(value: any): (plot: any) => void;
export function xAriaDescription(value: any): (plot: any) => void;
export function xPercent(value: any): (plot: any) => void;
export function xReverse(value: any): (plot: any) => void;
export function xZero(value: any): (plot: any) => void;
export function xBase(value: any): (plot: any) => void;
export function xExponent(value: any): (plot: any) => void;
export function xConstant(value: any): (plot: any) => void;
export function yScale(value: any): (plot: any) => void;
export function yDomain(value: any): (plot: any) => void;
export function yRange(value: any): (plot: any) => void;
export function yNice(value: any): (plot: any) => void;
export function yInset(value: any): (plot: any) => void;
export function yInsetTop(value: any): (plot: any) => void;
export function yInsetBottom(value: any): (plot: any) => void;
export function yClamp(value: any): (plot: any) => void;
export function yRound(value: any): (plot: any) => void;
export function yAlign(value: any): (plot: any) => void;
export function yPadding(value: any): (plot: any) => void;
export function yPaddingInner(value: any): (plot: any) => void;
export function yPaddingOuter(value: any): (plot: any) => void;
export function yAxis(value: any): (plot: any) => void;
export function yTicks(value: any): (plot: any) => void;
export function yTickSize(value: any): (plot: any) => void;
export function yTickSpacing(value: any): (plot: any) => void;
export function yTickPadding(value: any): (plot: any) => void;
export function yTickFormat(value: any): (plot: any) => void;
export function yTickRotate(value: any): (plot: any) => void;
export function yGrid(value: any): (plot: any) => void;
export function yLine(value: any): (plot: any) => void;
export function yLabel(value: any): (plot: any) => void;
export function yLabelAnchor(value: any): (plot: any) => void;
export function yLabelArrow(value: any): (plot: any) => void;
export function yLabelOffset(value: any): (plot: any) => void;
export function yFontVariant(value: any): (plot: any) => void;
export function yAriaLabel(value: any): (plot: any) => void;
export function yAriaDescription(value: any): (plot: any) => void;
export function yPercent(value: any): (plot: any) => void;
export function yReverse(value: any): (plot: any) => void;
export function yZero(value: any): (plot: any) => void;
export function yBase(value: any): (plot: any) => void;
export function yExponent(value: any): (plot: any) => void;
export function yConstant(value: any): (plot: any) => void;
export function facetMargin(value: any): (plot: any) => void;
export function facetMarginTop(value: any): (plot: any) => void;
export function facetMarginBottom(value: any): (plot: any) => void;
export function facetMarginLeft(value: any): (plot: any) => void;
export function facetMarginRight(value: any): (plot: any) => void;
export function facetGrid(value: any): (plot: any) => void;
export function facetLabel(value: any): (plot: any) => void;
export function fxDomain(value: any): (plot: any) => void;
export function fxRange(value: any): (plot: any) => void;
export function fxInset(value: any): (plot: any) => void;
export function fxInsetLeft(value: any): (plot: any) => void;
export function fxInsetRight(value: any): (plot: any) => void;
export function fxRound(value: any): (plot: any) => void;
export function fxAlign(value: any): (plot: any) => void;
export function fxPadding(value: any): (plot: any) => void;
export function fxPaddingInner(value: any): (plot: any) => void;
export function fxPaddingOuter(value: any): (plot: any) => void;
export function fxAxis(value: any): (plot: any) => void;
export function fxTicks(value: any): (plot: any) => void;
export function fxTickSize(value: any): (plot: any) => void;
export function fxTickSpacing(value: any): (plot: any) => void;
export function fxTickPadding(value: any): (plot: any) => void;
export function fxTickFormat(value: any): (plot: any) => void;
export function fxTickRotate(value: any): (plot: any) => void;
export function fxGrid(value: any): (plot: any) => void;
export function fxLine(value: any): (plot: any) => void;
export function fxLabel(value: any): (plot: any) => void;
export function fxLabelAnchor(value: any): (plot: any) => void;
export function fxLabelOffset(value: any): (plot: any) => void;
export function fxFontVariant(value: any): (plot: any) => void;
export function fxAriaLabel(value: any): (plot: any) => void;
export function fxAriaDescription(value: any): (plot: any) => void;
export function fxReverse(value: any): (plot: any) => void;
export function fyDomain(value: any): (plot: any) => void;
export function fyRange(value: any): (plot: any) => void;
export function fyInset(value: any): (plot: any) => void;
export function fyInsetTop(value: any): (plot: any) => void;
export function fyInsetBottom(value: any): (plot: any) => void;
export function fyRound(value: any): (plot: any) => void;
export function fyAlign(value: any): (plot: any) => void;
export function fyPadding(value: any): (plot: any) => void;
export function fyPaddingInner(value: any): (plot: any) => void;
export function fyPaddingOuter(value: any): (plot: any) => void;
export function fyAxis(value: any): (plot: any) => void;
export function fyTicks(value: any): (plot: any) => void;
export function fyTickSize(value: any): (plot: any) => void;
export function fyTickSpacing(value: any): (plot: any) => void;
export function fyTickPadding(value: any): (plot: any) => void;
export function fyTickFormat(value: any): (plot: any) => void;
export function fyTickRotate(value: any): (plot: any) => void;
export function fyGrid(value: any): (plot: any) => void;
export function fyLine(value: any): (plot: any) => void;
export function fyLabel(value: any): (plot: any) => void;
export function fyLabelAnchor(value: any): (plot: any) => void;
export function fyLabelOffset(value: any): (plot: any) => void;
export function fyFontVariant(value: any): (plot: any) => void;
export function fyAriaLabel(value: any): (plot: any) => void;
export function fyAriaDescription(value: any): (plot: any) => void;
export function fyReverse(value: any): (plot: any) => void;
export function colorScale(value: any): (plot: any) => void;
export function colorDomain(value: any): (plot: any) => void;
export function colorRange(value: any): (plot: any) => void;
export function colorClamp(value: any): (plot: any) => void;
export function colorN(value: any): (plot: any) => void;
export function colorNice(value: any): (plot: any) => void;
export function colorScheme(value: any): (plot: any) => void;
export function colorInterpolate(value: any): (plot: any) => void;
export function colorPivot(value: any): (plot: any) => void;
export function colorSymmetric(value: any): (plot: any) => void;
export function colorLabel(value: any): (plot: any) => void;
export function colorPercent(value: any): (plot: any) => void;
export function colorReverse(value: any): (plot: any) => void;
export function colorZero(value: any): (plot: any) => void;
export function colorTickFormat(value: any): (plot: any) => void;
export function colorBase(value: any): (plot: any) => void;
export function colorExponent(value: any): (plot: any) => void;
export function colorConstant(value: any): (plot: any) => void;
export function opacityScale(value: any): (plot: any) => void;
export function opacityDomain(value: any): (plot: any) => void;
export function opacityRange(value: any): (plot: any) => void;
export function opacityClamp(value: any): (plot: any) => void;
export function opacityNice(value: any): (plot: any) => void;
export function opacityLabel(value: any): (plot: any) => void;
export function opacityPercent(value: any): (plot: any) => void;
export function opacityReverse(value: any): (plot: any) => void;
export function opacityZero(value: any): (plot: any) => void;
export function opacityTickFormat(value: any): (plot: any) => void;
export function opacityBase(value: any): (plot: any) => void;
export function opacityExponent(value: any): (plot: any) => void;
export function opacityConstant(value: any): (plot: any) => void;
export function symbolScale(value: any): (plot: any) => void;
export function symbolDomain(value: any): (plot: any) => void;
export function symbolRange(value: any): (plot: any) => void;
export function rScale(value: any): (plot: any) => void;
export function rDomain(value: any): (plot: any) => void;
export function rRange(value: any): (plot: any) => void;
export function rClamp(value: any): (plot: any) => void;
export function rNice(value: any): (plot: any) => void;
export function rLabel(value: any): (plot: any) => void;
export function rPercent(value: any): (plot: any) => void;
export function rZero(value: any): (plot: any) => void;
export function rBase(value: any): (plot: any) => void;
export function rExponent(value: any): (plot: any) => void;
export function rConstant(value: any): (plot: any) => void;
export function lengthScale(value: any): (plot: any) => void;
export function lengthDomain(value: any): (plot: any) => void;
export function lengthRange(value: any): (plot: any) => void;
export function lengthClamp(value: any): (plot: any) => void;
export function lengthNice(value: any): (plot: any) => void;
export function lengthPercent(value: any): (plot: any) => void;
export function lengthZero(value: any): (plot: any) => void;
export function lengthBase(value: any): (plot: any) => void;
export function lengthExponent(value: any): (plot: any) => void;
export function lengthConstant(value: any): (plot: any) => void;
export function projectionType(value: any): (plot: any) => void;
export function projectionParallels(value: any): (plot: any) => void;
export function projectionPrecision(value: any): (plot: any) => void;
export function projectionRotate(value: any): (plot: any) => void;
export function projectionDomain(value: any): (plot: any) => void;
export function projectionInset(value: any): (plot: any) => void;
export function projectionInsetLeft(value: any): (plot: any) => void;
export function projectionInsetRight(value: any): (plot: any) => void;
export function projectionInsetTop(value: any): (plot: any) => void;
export function projectionInsetBottom(value: any): (plot: any) => void;
export function projectionClip(value: any): (plot: any) => void;
//# sourceMappingURL=attributes.d.ts.map