Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getData
Method
getData
src/util/types.ts:161–161 ·
view source on GitHub ↗
(dataType?: SeriesDataType)
Source
from the content-addressed store, hash-verified
159
160
export
interface
DataHost {
161
getData(dataType?: SeriesDataType): SeriesData;
162
}
163
164
export
interface
DataModel extends Model<unknown>, DataHost, DataFormatMixin {
Callers
15
aria-columns-exclude.test.ts
File · 0.65
getData0
Function · 0.65
getData0
Function · 0.65
dataTransform.test.ts
File · 0.65
layoutPerAxisPerSeries
Function · 0.65
overallReset
Function · 0.65
createProgressiveLayout
Function · 0.65
pointsLayout
Function · 0.65
handleSeriesLegacySelectEvents
Function · 0.65
getDataParams
Method · 0.65
getFormattedLabel
Method · 0.65
getRawValue
Method · 0.65
Implementers
3
LegendModel
src/component/legend/LegendModel.ts
TimelineModel
src/component/timeline/TimelineModel.t
SeriesModel
src/model/Series.ts
Calls
no outgoing calls
Tested by
2
getData0
Function · 0.52
getData0
Function · 0.52