echarts types error[Bug]

rbpvctlc  于 2022-12-31  发布在  Echarts
关注(0)|答案(1)|浏览(168)

Version

5.2.2

No response

Steps to Reproduce

error TS2416: Property 'coordinateSystem' in type 'BarSeriesModel' is not assignable to the same property in base type 'BaseBarSeriesModel'.
Type 'Cartesian2D | Polar' is not assignable to type 'CoordinateSystem'.
Type 'Cartesian2D' is not assignable to type 'CoordinateSystem'.
Types of property 'master' are incompatible.
Type 'Grid' is not assignable to type 'CoordinateSystemMaster'.

typescript:4.5.4
echarts:5.2.2

Current Behavior

/

Expected Behavior

/

Environment

- OS:macOS Monterey
- Browser:Chrome 96+
- Framework: Vue@3

Any additional comments?

No response

相关问题