MCPcopy
hub / github.com/apache/echarts / log

Function log

theme/royal.js:35–39  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

33 }
34})(this, function(exports, echarts) {
35 var log = function(msg) {
36 if (typeof console !== 'undefined') {
37 console && console.error && console.error(msg);
38 }
39 };
40 if (!echarts) {
41 log('ECharts is not Loaded');
42 return;

Callers 1

royal.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected