Closed dongliutony closed 3 years ago
can helpto give us a pr
Ahh. I am getting the same issue. Will have to rollback to echarts 4 for now
I am also getting the same issue and rollback to V4. V5 offers lots of new features, looking forward the update to support V5~
+1
This library has been great. Would be even greater with echarts 5!
+1
最近两周看看。
I will finish v5 in 2 weeks, has anyone want to contribute?
I would be interested in taking a look early January. I'm not sure what needs to change though?
最近两周看看。
I will finish v5 in 2 weeks, has anyone want to contribute?
I do, how can I help?
最近两周看看。
I will finish v5 in 2 weeks, has anyone want to contribute?
I do, how can I help?
Help me to write the website and demo on v3 branch.
最近两周看看。
I will finish v5 in 2 weeks, has anyone want to contribute?
I do, how can I help?
Help me to write the website and demo on v3 branch.
详细说说. Willing to help.
Thank you very much for building such a great lib, I've been using a lot in my projects! 💯 any progress in this feature? is there anything I could help? I'm really excited to see this working with echarts 5.0, this version has enhancements in label overlapping problems
@hustcc 既然是react,考虑支持一下 hooks?
这个月能出个版本吗?图表一多,resize 和 id create 写到头皮发麻
The newer echarts changed how it gets exported. I hand edited the index.js in the lib folder to get echarts 5 to work. I'm sure there is a better way though.
If you replace line 33 in the echarts-for-react/lib/index.js: _this.echartsLib = _echarts2['default']; with: _this.echartsLib = _echarts2['default'] || _echarts2 ;
Any progress?
The latest progress ?
最近两周看看。
I will finish v5 in 2 weeks, has anyone want to contribute?
I do, how can I help?
Help me to write the website and demo on v3 branch.
详细说说. Willing to help.
最近两周看看。
I will finish v5 in 2 weeks, has anyone want to contribute?
I do, how can I help?
Help me to write the website and demo on v3 branch.
已经修复了么,没有修复的话,我愿意帮忙
Any update on this?
Also curious if there is any update here? Perhaps a PR we can take a look at?
Sorry, I'm very busy these days. I have to deal with it during the Spring Festival.
Set up a flag 🚩 before 02-18, I will release a beta version.
Sorry, I'm very busy these days. I have to deal with it during the Spring Festival.
Set up a flag 🚩 before 02-18, I will release a beta version.
+ echarts-for-react@3.0.0-beta.1
beta.1 is released, have a try! after Spring Festival, will release stable. Welcome to:
Nice work - thanks!
I encountered below errors when updated echarts to v5.0:
System complains that it cannot find below functions, such as getInstanceByDom().
var EchartsReactCore = function (_Component) { _inherits(EchartsReactCore, _Component);
function EchartsReactCore(props) { _classCallCheck(this, EchartsReactCore);