UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

6 lines (5 loc) 419 B
import type { FontOptions } from 'ag-charts-core'; import type { LineDashOptions, StrokeOptions } from 'ag-charts-types'; export declare function setSvgFontAttributes(element: SVGElement, options: FontOptions): void; export declare function setSvgStrokeAttributes(element: SVGElement, options: StrokeOptions): void; export declare function setSvgLineDashAttributes(element: SVGElement, options: LineDashOptions): void;