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

Function countChartViews

test/ut/spec/model/Global.test.ts:65–68  ·  view source on GitHub ↗
(chart: EChartsType)

Source from the content-addressed store, hash-verified

63 }
64
65 function countChartViews(chart: EChartsType): number {
66 // @ts-ignore
67 return chart._chartsViews.length;
68 }
69
70 function saveOrigins(chart: EChartsType): OriginModelView[] {
71 const count = countSeries(chart);

Callers 1

Global.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…