UNPKG

ag-charts-community

Version:

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

6 lines (5 loc) 428 B
import type { LineDashOptions, StrokeOptions } from 'ag-charts-types'; import type { FontOptions } from '../../util/textMeasurer'; 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;