UNPKG

echarts

Version:

A powerful charting and visualization library for browser

15 lines (10 loc) 235 B
'use strict'; var features = {}; module.exports = { register: function (name, ctor) { features[name] = ctor; }, get: function (name) { return features[name]; } };