import { AgLineSparklineOptions, ... } from 'ag-charts-community';
Options Copy Link
type AgLineSparklineOptions = {
type: "line";
axis?: "category" | "number" | "time";
min?: number;
max?: number;
xKey?: string;
yKey?: string;
xName?: string;
yName?: string;
normalizedTo?: number;
connectMissingData?: boolean;
tooltip?: AgSeriesTooltip;
marker?: AgSeriesMarkerOptions;
stroke?: string;
strokeWidth?: number;
strokeOpacity?: number;
lineDash?: number[];
lineDashOffset?: number;
padding?: { top?: number, right?: number, bottom?: number, left?: number };
theme?: AgChartTheme | AgChartThemeName;
}
Item Styler Params Copy Link
export interface AgLineSeriesMarkerItemStylerParams<TDatum> {
xValue: any;
yValue: any;
first: boolean;
last: boolean;
min: boolean;
max: boolean;
xKey: string;
yKey: string;
datum: TDatum;
seriesId: string;
highlighted: boolean;
}
Series Style Copy Link
export interface AgLineSeriesStyle<TDatum> {
stroke?: string;
strokeWidth?: number;
strokeOpacity?: number;
lineDash?: number[];
lineDashOffset?: number;
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4