suoqiu-f2
Version:
Charts for mobile visualization.
24 lines (20 loc) • 381 B
JavaScript
import Global from './global';
import Chart from './chart/chart';
import Shape from './geom/shape/shape';
import * as G from './graphic/index';
import * as Util from './util/common';
import * as Helper from './util/helper';
const track = () => {
return null;
};
const version = Global.version;
export {
Global,
version,
Chart,
Shape,
G,
Util,
Helper,
track
};