@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
11 lines • 357 B
JavaScript
import { __extends } from "tslib";
import BasePlot from '../base/plot';
var TinyPlot = /** @class */ (function (_super) {
__extends(TinyPlot, _super);
function TinyPlot() {
return _super !== null && _super.apply(this, arguments) || this;
}
return TinyPlot;
}(BasePlot));
export default TinyPlot;
//# sourceMappingURL=tiny-plot.js.map