We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EchartsNg2Component的89行:
getDom = (): HTMLCanvasElement | HTMLDivElement => { return this.getDom(); }
此处是否应该返回return this.chart.getDom();? 另外,缺少了getDataURL等原生API,Echarts对象的API可能还会扩展,此处可改进。 谢谢!
return this.chart.getDom();
The text was updated successfully, but these errors were encountered:
a326ce1
No branches or pull requests
EchartsNg2Component的89行:
此处是否应该返回
return this.chart.getDom();
?另外,缺少了getDataURL等原生API,Echarts对象的API可能还会扩展,此处可改进。
谢谢!
The text was updated successfully, but these errors were encountered: