MCPcopy Index your code
hub / github.com/apache/echarts / isTargetSeries

Method isTargetSeries

src/component/visualMap/VisualMapModel.ts:325–331  ·  view source on GitHub ↗

* @pubilc

(seriesModel: SeriesModel)

Source from the content-addressed store, hash-verified

323 * @pubilc
324 */
325 isTargetSeries(seriesModel: SeriesModel) {
326 let is = false;
327 this.eachTargetSeries(function (model) {
328 model === seriesModel && (is = true);
329 });
330 return is;
331 }
332
333 /**
334 * @example

Callers 2

visualEncoding.tsFile · 0.80

Calls 1

eachTargetSeriesMethod · 0.95

Tested by

no test coverage detected