MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getTitle

Function getTitle

libs/echarts/echarts.simple.js:25383–25389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25381 }
25382
25383 function getTitle() {
25384 var title = ecModel.getModel('title').option;
25385 if (title && title.length) {
25386 title = title[0];
25387 }
25388 return title && title.text;
25389 }
25390
25391 function getSeriesTypeName(type) {
25392 return lang.series.typeNames[type] || '自定义图';

Callers 1

ariaFunction · 0.70

Calls 1

getModelMethod · 0.45

Tested by

no test coverage detected