[ECharts] DEPRECATED: ‘normal‘ hierarchy in itemStyle has been removed since 4.0. All style properti
生活随笔
收集整理的這篇文章主要介紹了
[ECharts] DEPRECATED: ‘normal‘ hierarchy in itemStyle has been removed since 4.0. All style properti
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- 一、報錯情況:
- 二、原因:
- 三、解決:
一、報錯情況:
二、原因:
從警告英文提示和網上搜了一下以及echarts官網配置項手冊里一些字段沒有了,已被棄用。三、解決:
DEPRECATED: ‘normal’ hierarchy in itemStyle has been removed since 4.0.
itemStyle: {normal: {color: '#62B4FF'}, },改為:itemStyle: {color: '#62B4FF' },DEPRECATED: ‘textStyle’ hierarchy in itemStyle has been removed since 4.0.
axisLabel: {show: true,textStyle: {color: '#000',fontSize: '14'}, },改為:axisLabel: {show: true,color: '#000',fontSize: '14' },There is a chart instance already initialized on the dom.
解決=>
1、查看是否有重名的(不要出現)
2、
總結
以上是生活随笔為你收集整理的[ECharts] DEPRECATED: ‘normal‘ hierarchy in itemStyle has been removed since 4.0. All style properti的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java编辑遗忘曲线代码,【软件工具篇0
- 下一篇: 支付宝架构真牛逼