提交 b148e1cf 编写于 作者: L lang

tweak

上级 b4cdcc5c
......@@ -282,6 +282,7 @@ define(function (require) {
var lang = model.get('lang') || [];
header.innerHTML = lang[0] || model.get('title');
header.style.cssText = 'margin: 10px 20px;';
header.style.color = model.get('textColor');
var textarea = document.createElement('textarea');
// Textarea style
......
......@@ -42,7 +42,6 @@ define(function(require) {
DataZoom.defaultOption = {
show: true,
type: [],
// Icon group
icon: {
zoom: 'M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1',
......@@ -51,8 +50,7 @@ define(function(require) {
title: {
zoom: '区域缩放',
back: '区域缩放还原'
},
seriesIndex: {}
}
};
var proto = DataZoom.prototype;
......
......@@ -9,7 +9,6 @@ define(function(require) {
Restore.defaultOption = {
show: true,
type: [],
icon: 'M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5',
title: '还原'
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册