gpt4 book ai didi

javascript - "echarts"' has no exported member named ' EChartOption '. Did you mean ' EChartsOption' 代替?

转载 作者:行者123 更新时间:2023-12-04 14:37:00 28 4
gpt4 key购买 nike

我正在使用 Angular 9 连同 "ngx-echarts": "5.2.2""echarts": "5.0.0"一切正常接受设置icon: 'circle'为传奇。它说下面的事情。

Type '{ icon: string; top: string; left: string; orient: "vertical";}' is not assignable to type 'LegendOption | ScrollableLegendOption |(LegendOption | ScrollableLegendOption)[]'.


根据 ngx-echarts 中的示例我无法使用 import { EChartOption } from 'echarts' ;
我已检查 中是否有该图标EchartOption 而不是 Echart s选项
我有什么遗漏吗?
安装后 @types/echarts我的代码正在工作并显示带有圆形图标的图例,但有随机错误,它在 echarts 中找不到 EchartOption(我的 Angular 没有处理这个问题并通过忽略此错误来运行应用程序)
现在我选择了 import { EChartsOption } from 'echarts';并删除了@types/echarts 库。我暂时无法更改图例图标:(
有什么帮助吗?
谢谢,
杰伊什

最佳答案

当你使用 echarts 5 时,你不能安装 @types/echarts,因为 echarts 5 现在是用 typescript 编写的:即 echarts 包已经包含了这个版本的正确类型。
echarts 4 和 echarts5 之间发生了很多变化——其中之一是 EchartOption 现在被称为 EchartsOption(带有复数“s”)

关于javascript - "echarts"' has no exported member named ' EChartOption '. Did you mean ' EChartsOption' 代替?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66344990/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com