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

Method getCategoriesData

src/chart/graph/GraphSeries.ts:259–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257
258 const self = this;
259 function getCategoriesData() {
260 return self._categoriesData;
261 }
262 // Provide data for legend select
263 this.legendVisualProvider = new LegendVisualProvider(
264 getCategoriesData, getCategoriesData

Callers 2

categoryVisualFunction · 0.80
categoryFilterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected