ErrLookup › apache/echarts

apache/echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser · TypeScript · 702 source files

Analyzed at 30076aedcd on 2026-08-12. 25 documented errors.

Code / MessageTypeSeverityTags
BMap api is not loaded
exception error bmap-extension, baidu-maps, external-dependency, runtime
Only one bmap component can exist
exception error bmap-extension, configuration, single-instance, runtime
key must not be "{}"
exception error custom-series, transitions, reserved-keys, dev-only
Heatmap must use with visualMap
exception error heatmap, visualmap, configuration, dev-only
Heatmap on cartesian must have two category axes
exception error heatmap, cartesian, axis-type, dev-only
Heatmap on cartesian must have two axes with boundaryGap tru
exception error heatmap, cartesian, boundary-gap, dev-only
Line not support coordinateSystem besides cartesian and pola
exception error line-series, coordinate-system, dev-only
Invalid coords {}. Lines must have 2d coords array in data i
exception error lines-series, data-format, dev-only
Invalid data format.
exception error lines-series, flat-data, dev-only
Unknown coordinate system {}
exception error lines-series, coordinate-system, modular-build, dev-only
levels[i].depth is mandatory and should be natural number
exception error sankey, levels, configuration, dev-only
Sankey is a DAG, the original data has cycle!
exception error sankey, dag, cycle, data-validation, runtime
The polyline edgeShape can only be used in orthogonal layout
exception error tree, edge-shape, layout, dev-only
axisPointer {} exists
exception error axis-pointer, registry, dev-only, hmr
Marker component is abstract component. Use markLine, markPo
exception error marker, abstract-component, configuration, dev-only
Data view format error {}
exception error toolbox, data-view, runtime, user-input
Grid "{}" not found
exception error grid, coordinate-system, modular-build, dev-only
xAxis and yAxis must use the same grid
exception error grid, axis, configuration, dev-only
{} "{}" not found
exception error axis, cartesian, modular-build, dev-only
Invalid geoJson format {}
exception error geo, geojson, map, runtime, data-validation
matrix coordinate system should be specified.
exception error coordinate-system, matrix, configuration, on-demand-import
{mainType}.type should be specified.
exception error class-registry, on-demand-import, component, configuration
Component {mainType}.{subType} is used but not imported.
exception error on-demand-import, chart-registration, component, configuration
Circular dependency may exists:
exception error dependency-graph, topological-sort, custom-component, internal
render method must been implemented
exception error chart-view, abstract-method, custom-chart, render