UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

8 lines (7 loc) 403 B
import type { AgSparklineOptions } from 'ag-charts-types'; /** * AG Charts sparklines do not resolve Adaptable `var(--ab-color-*)` tokens. * Resolve palette / theme CSS variables to concrete colours at render time so * wizard previews and grid cells match the chosen Fill / Stroke values. */ export declare function resolveSparklineOptionsForRender(options: AgSparklineOptions): AgSparklineOptions;