@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.
11 lines • 433 B
TypeScript
import { Selection } from './selection';
/**
* Creates an SVG element with proper styling and appends it to a container
*
* @param container - The container element to append SVG to
* @param width - SVG width
* @param height - SVG height
* @returns Selection object for the created SVG
*/
export declare const createSvg: (container: Element, width: number, height: number) => Selection;
//# sourceMappingURL=createSvg.d.ts.map