react-echarts
react-echarts copied to clipboard
ECharts has already been updated to version 6.0.
ECharts has already been updated to version 6.0. Please consider upgrading to ensure compatibility with the latest features and improvements.😍
you already can with, echarts 6 is fully compatible with 6 :
"echarts": "^6.0.0",
"overrides": {
"@kbox-labs/react-echarts": {
"echarts": "$echarts"
}
},
Thanks for the reply, I'll give it a try!