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

Method getInitialData

src/chart/pie/PieSeries.ts:180–185  ·  view source on GitHub ↗

* @overwrite

(this: PieSeriesModel)

Source from the content-addressed store, hash-verified

178 * @overwrite
179 */
180 getInitialData(this: PieSeriesModel): SeriesData {
181 return createSeriesDataSimply(this, {
182 coordDimensions: ['value'],
183 encodeDefaulter: zrUtil.curry(makeSeriesEncodeForNameBased, this)
184 });
185 }
186
187 /**
188 * @overwrite

Callers

nothing calls this directly

Calls 1

createSeriesDataSimplyFunction · 0.85

Tested by

no test coverage detected