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
使用dimensions指定维度名称时图表不能正常绘制
通过dimensions指定维度名称,然后通过encode根据名称指定不动维度对应的坐标轴、tooltip等
option = { dimensions: ['a', 'b'], encode: { x: 'a', y: 'b' }, xAxis: [ { type: 'category', data: ['1月','2月'] } ], yAxis: [ { type: 'value' } ], series: [ { type:'bar', data:[ ['1月', 2.0], ['2月', 4.9] ] } ] };
The text was updated successfully, but these errors were encountered:
d8e82cd
hi,这个bug改完啥时候上线呢?
Sorry, something went wrong.
下个版本,8月初。
同样的问题,line的dimensions配置之后无法渲染出来图表
demo链接:http://gallery.echartsjs.com/editor.html?c=xH1C6W84rM&comment=0
No branches or pull requests
One-line summary [问题简述]
使用dimensions指定维度名称时图表不能正常绘制
Version & Environment [版本及环境]
Expected behaviour [期望结果]
通过dimensions指定维度名称,然后通过encode根据名称指定不动维度对应的坐标轴、tooltip等
ECharts option [ECharts配置项]
Other comments [其他信息]
The text was updated successfully, but these errors were encountered: