Generated API snapshot
@askrjs/charts
Exports from the declarations published in @askrjs/charts 0.1.2. Signatures are generated from the installed artifact.
@askrjs/charts0.1.2
Exports
This entrypoint publishes 97 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
AggregatedNumericChannelInputtype
AggregatedNumericChannelInput: anyAggregateOperationtype
AggregateOperation: anyappendPlotRowstype
appendPlotRows: <Row>(rows: readonly Row[], appended: readonly Row[] | Row) => readonly Row[]ArcPropstype
ArcProps: anyAreaPropstype
AreaProps: anyAxisOrientationtype
AxisOrientation: anyAxisPropstype
AxisProps: anyBarPropstype
BarProps: anybintype
bin: { <Field extends string>(input: Field, options?: BinOptions): ChannelExpression<number | Date, Field, "bin">; <Row>(input: ChannelInput<Row, number | Date>, options?: BinOptions): ChannelExpression<number | Date, never, "bin">; }BinnedScaleChannelInputtype
BinnedScaleChannelInput: anyBinOptionstype
BinOptions: anyBrushPropstype
BrushProps: anyCartesianAxistype
CartesianAxis: anyCartesianMarkPropstype
CartesianMarkProps: anyCategoricalFieldtype
CategoricalField: anyCellPropstype
CellProps: anyChannelExpressiontype
ChannelExpression: anyChannelExpressionKindtype
ChannelExpressionKind: anyChannelInputtype
ChannelInput: anyColorChannelInputtype
ColorChannelInput: anyconstanttype
constant: <Value>(value: Value) => ChannelExpression<Value, never, "constant">counttype
count: () => ChannelExpression<number, never, "count">createPlottype
createPlot: <Row>() => PlotFactory<Row>CrosshairPropstype
CrosshairProps: anyFieldOfTypetype
FieldOfType: anyfilterRowstype
filterRows: <Row>(predicate: (row: Readonly<Row>, index: number) => boolean) => RowTransform<Row>FollowLatesttype
FollowLatest: anyFollowLatestRowstype
FollowLatestRows: anyFollowLatestTimetype
FollowLatestTime: anyGridPropstype
GridProps: anygrouptype
group: { <Field extends string>(input: Field): ChannelExpression<unknown, Field, "group">; <Row, Value>(input: ChannelInput<Row, Value>): ChannelExpression<Value, never, "group">; }LegendPropstype
LegendProps: anyLinePropstype
LineProps: anyMarkBasePropstype
MarkBaseProps: anymeantype
mean: { <Field extends string>(input: Field): ChannelExpression<number, Field, "mean">; <Row>(input: NumericChannelInput<Row>): ChannelExpression<number, never, "mean">; }MeterSemanticstype
MeterSemantics: anymovingAveragetype
movingAverage: { <Field extends string>(input: Field, options: Omit<MovingWindowOptions, "operation">): ChannelExpression<number, Field, "moving-average">; <Row>(input: NumericChannelInput<Row>, options: Omit<MovingWindowOptions, "operation">): ChannelExpression<number, never, "moving-average">; }movingWindowtype
movingWindow: { <Field extends string>(input: Field, options: MovingWindowOptions): ChannelExpression<number, Field, "moving-window">; <Row>(input: NumericChannelInput<Row>, options: MovingWindowOptions): ChannelExpression<number, never, "moving-window">; }MovingWindowOptionstype
MovingWindowOptions: anynormalizetype
normalize: { <Field extends string>(input: Field): ChannelExpression<number, Field, "normalize">; <Row>(input: NumericChannelInput<Row>): ChannelExpression<number, never, "normalize">; }NumericChannelInputtype
NumericChannelInput: anyNumericFieldtype
NumericField: anypartitiontype
partition: <Row>(options: PartitionOptions<Row>) => RowTransform<Row>PartitionOptionstype
PartitionOptions: anyPlotApitype
PlotApi: anyPlotChannelValuetype
PlotChannelValue: anyPlotDatatype
PlotData: anyPlotDataExportOptionstype
PlotDataExportOptions: anyPlotExportViewOptionstype
PlotExportViewOptions: anyPlotFactorytype
PlotFactory: anyPlotHeadingLeveltype
PlotHeadingLevel: anyPlotKeytype
PlotKey: anyPlotPngExportOptionstype
PlotPngExportOptions: anyPlotRowKeytype
PlotRowKey: anyPlotScalartype
PlotScalar: anyPlotSelectiontype
PlotSelection: anyPlotSummaryContexttype
PlotSummaryContext: anyPlotSvgExportOptionstype
PlotSvgExportOptions: anyPlotViewtype
PlotView: anyPointPropstype
PointProps: anyPrimitiveComponenttype
PrimitiveComponent: anyPrimitiveKindtype
PrimitiveKind: anyRectPropstype
RectProps: anyregressiontype
regression: { <Field extends string>(input: Field, options?: { x?: string; method?: "linear"; }): ChannelExpression<number, Field, "regression">; <Row>(input: NumericChannelInput<Row>, options?: RegressionOptions<Row>): ChannelExpression<number, never, "regression">; }RegressionOptionstype
RegressionOptions: anyremovePlotRowstype
removePlotRows: <Row>(rows: readonly Row[], keys: readonly PlotKey[] | ReadonlySet<PlotKey> | ((row: Readonly<Row>, index: number) => boolean), rowKey?: PlotRowKey<Row>) => readonly Row[]RootPropstype
RootProps: anyRowAccessortype
RowAccessor: anyRowChannelInputtype
RowChannelInput: anyRowColorChannelInputtype
RowColorChannelInput: anyRowFieldtype
RowField: anyRowNumericChannelInputtype
RowNumericChannelInput: anyRowScaleChannelInputtype
RowScaleChannelInput: anyRowTextChannelInputtype
RowTextChannelInput: anyRowTransformtype
RowTransform: anyRowTransformKindtype
RowTransformKind: anyRulePropstype
RuleProps: anyScaleChannelInputtype
ScaleChannelInput: anyScaleDomainValuetype
ScaleDomainValue: anyScaleFieldtype
ScaleField: anyScalePropstype
ScaleProps: anyScaleTypetype
ScaleType: anyScaleValuetype
ScaleValue: anysortRowstype
sortRows: <Row>(options: SortRowsOptions<Row>) => RowTransform<Row>SortRowsOptionstype
SortRowsOptions: anystacktype
stack: { <Field extends string>(input: Field, options?: StackOptions): ChannelExpression<number, Field, "stack">; <Row>(input: NumericChannelInput<Row>, options?: StackOptions): ChannelExpression<number, never, "stack">; }StackOptionstype
StackOptions: anysumtype
sum: { <Field extends string>(input: Field): ChannelExpression<number, Field, "sum">; <Row>(input: NumericChannelInput<Row>): ChannelExpression<number, never, "sum">; }TemporalFieldtype
TemporalField: anyTextChannelInputtype
TextChannelInput: anyTextPropstype
TextProps: anyTooltipPropstype
TooltipProps: anytrimPlotRowstype
trimPlotRows: <Row>(rows: readonly Row[], options: number | TrimPlotRowsOptions<Row>) => readonly Row[]TrimPlotRowsOptionstype
TrimPlotRowsOptions: anyupsertPlotRowstype
upsertPlotRows: <Row>(rows: readonly Row[], updates: readonly Row[] | Row, rowKey: PlotRowKey<Row>) => readonly Row[]WindowOperationtype
WindowOperation: anyZoomPropstype
ZoomProps: any