Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antvis/Infographic
/ IRenderer
Interface
IRenderer
src/renderer/types/renderer.ts:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
type
{ ParsedInfographicOptions } from
'../../options'
;
2
3
export
interface
IRenderer {
4
getSVG(): SVGSVGElement;
5
getOptions(): ParsedInfographicOptions;
6
render(): SVGSVGElement;
7
}
Callers
6
Infographic.tsx
File · 0.65
entry.tsx
File · 0.65
renderToString
Function · 0.65
renderOptions
Function · 0.65
Infographic.tsx
File · 0.65
handleRenderError
Function · 0.65
Implementers
1
Renderer
src/renderer/renderer.ts
Calls
no outgoing calls
Tested by
no test coverage detected