| 1 | (function (global, factory) { |
| 2 | typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
| 3 | typeof define === 'function' && define.amd ? define(['exports'], factory) : |
| 4 | (factory((global.echarts = {}))); |
nothing calls this directly
no test coverage detected