UNPKG

echarts

Version:

A powerful charting and visualization library for browser

11 lines (7 loc) 147 B
var features = {}; export function register(name, ctor) { features[name] = ctor; } export function get(name) { return features[name]; }