react-echarts icon indicating copy to clipboard operation
react-echarts copied to clipboard

ECharts has already been updated to version 6.0.

Open undefined996 opened this issue 4 months ago • 2 comments

ECharts has already been updated to version 6.0. Please consider upgrading to ensure compatibility with the latest features and improvements.😍

undefined996 avatar Aug 01 '25 08:08 undefined996

you already can with, echarts 6 is fully compatible with 6 :

 "echarts": "^6.0.0",


  "overrides": {
    "@kbox-labs/react-echarts": {
      "echarts": "$echarts"
    }
  },

amarant avatar Aug 18 '25 15:08 amarant

Thanks for the reply, I'll give it a try!

undefined996 avatar Aug 19 '25 01:08 undefined996