svgchrt
Version:
A way to easily create SVG-based charts without having to worry about positioning of titles, subtitles or legends.
3 lines • 301 B
TypeScript
declare function appendSVGChild(elementType: string, target: HTMLElement | SVGElement, attributes?: Record<string, unknown>, text?: string): SVGElement | SVGDescElement | SVGGraphicsElement | SVGTextElement | SVGTitleElement;
export default appendSVGChild;
//# sourceMappingURL=appendSVGChild.d.ts.map