Skip to content
New issue

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

getDom方法存在bug? #17

Closed
ding-kai opened this issue Aug 17, 2017 · 0 comments
Closed

getDom方法存在bug? #17

ding-kai opened this issue Aug 17, 2017 · 0 comments
Labels

Comments

@ding-kai
Copy link

EchartsNg2Component的89行:

  getDom = (): HTMLCanvasElement | HTMLDivElement => {
    return this.getDom();
  }

此处是否应该返回return this.chart.getDom();
另外,缺少了getDataURL等原生API,Echarts对象的API可能还会扩展,此处可改进。
谢谢!

@twp0217 twp0217 added the bug label Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants