提交 b9d3189d 编写于 作者: S sushuang

Merge branches 'master' and 'master' of https://www.github.com/ecomfe/echarts

......@@ -5,8 +5,8 @@ export default function (dom, ecModel) {
if (!ariaModel.get('show')) {
return;
}
else if (ariaModel.get('desc')) {
dom.setAttribute('aria-label', ariaModel.get('desc'));
else if (ariaModel.get('description')) {
dom.setAttribute('aria-label', ariaModel.get('description'));
return;
}
......
......@@ -64,7 +64,7 @@
var option = {
aria: {
show: true,
desc: 'Les Miserables 的关系主要分为六个区域,这张图描述了他们之间的相互关联。'
description: 'Les Miserables 的关系主要分为六个区域,这张图描述了他们之间的相互关联。'
},
tooltip: {},
legend: [{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册