You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
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
先把图表转成图片,通过官方的api获得一个base64地址。
var img = new Image(); img.src = mentionTrend.getDataURL({ pixelRatio: 2, backgroundColor: '#fff' });
参见官方api
http://echarts.baidu.com/api.html#echartsInstance.getDataURL