package.src.svg-legacy.svg-legacy.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zrender Show documentation
Show all versions of zrender Show documentation
A lightweight graphic library providing 2d draw for Apache ECharts
The newest version!
import {registerPainter} from '../zrender';
import Painter from './Painter';
registerPainter('svg-legacy', Painter);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy