UNPKG

@uwdata/vgplot

Version:

An API for interactive Mosaic-powered visualizations and dashboards.

66 lines 4 kB
export function area(...args: any[]): (plot: any) => void; export function areaX(...args: any[]): (plot: any) => void; export function areaY(...args: any[]): (plot: any) => void; export function line(...args: any[]): (plot: any) => void; export function lineX(...args: any[]): (plot: any) => void; export function lineY(...args: any[]): (plot: any) => void; export function barX(...args: any[]): (plot: any) => void; export function barY(...args: any[]): (plot: any) => void; export function cell(...args: any[]): (plot: any) => void; export function cellX(...args: any[]): (plot: any) => void; export function cellY(...args: any[]): (plot: any) => void; export function rect(...args: any[]): (plot: any) => void; export function rectX(...args: any[]): (plot: any) => void; export function rectY(...args: any[]): (plot: any) => void; export function dot(...args: any[]): (plot: any) => void; export function dotX(...args: any[]): (plot: any) => void; export function dotY(...args: any[]): (plot: any) => void; export function circle(...args: any[]): (plot: any) => void; export function hexagon(...args: any[]): (plot: any) => void; export function text(...args: any[]): (plot: any) => void; export function textX(...args: any[]): (plot: any) => void; export function textY(...args: any[]): (plot: any) => void; export function ruleX(...args: any[]): (plot: any) => void; export function ruleY(...args: any[]): (plot: any) => void; export function tickX(...args: any[]): (plot: any) => void; export function tickY(...args: any[]): (plot: any) => void; export function vector(...args: any[]): (plot: any) => void; export function vectorX(...args: any[]): (plot: any) => void; export function vectorY(...args: any[]): (plot: any) => void; export function spike(...args: any[]): (plot: any) => void; export function image(...args: any[]): (plot: any) => void; export function densityX(...args: any[]): (plot: any) => void; export function densityY(...args: any[]): (plot: any) => void; export function density(...args: any[]): (plot: any) => void; export function denseLine(...args: any[]): (plot: any) => void; export function contour(...args: any[]): (plot: any) => void; export function heatmap(...args: any[]): (plot: any) => void; export function raster(...args: any[]): (plot: any) => void; export function rasterTile(...args: any[]): (plot: any) => void; export function hexbin(...args: any[]): (plot: any) => void; export function hexgrid(...args: any[]): (plot: any) => void; export function regressionY(...args: any[]): (plot: any) => void; export function errorbarX(...args: any[]): (plot: any) => void; export function errorbarY(...args: any[]): (plot: any) => void; export function voronoi(...args: any[]): (plot: any) => void; export function voronoiMesh(...args: any[]): (plot: any) => void; export function delaunayLink(...args: any[]): (plot: any) => void; export function delaunayMesh(...args: any[]): (plot: any) => void; export function hull(...args: any[]): (plot: any) => void; export function arrow(...args: any[]): (plot: any) => void; export function link(...args: any[]): (plot: any) => void; export function frame(...args: any[]): (plot: any) => void; export function axisX(...args: any[]): (plot: any) => void; export function axisY(...args: any[]): (plot: any) => void; export function axisFx(...args: any[]): (plot: any) => void; export function axisFy(...args: any[]): (plot: any) => void; export function gridX(...args: any[]): (plot: any) => void; export function gridY(...args: any[]): (plot: any) => void; export function gridFx(...args: any[]): (plot: any) => void; export function gridFy(...args: any[]): (plot: any) => void; export function geo(...args: any[]): (plot: any) => void; export function sphere(...args: any[]): (plot: any) => void; export function graticule(...args: any[]): (plot: any) => void; export function waffleX(...args: any[]): (plot: any) => void; export function waffleY(...args: any[]): (plot: any) => void; //# sourceMappingURL=marks.d.ts.map