Skip to content

Commit

Permalink
grid背景色透明,注释修改
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Nov 13, 2013
1 parent 300bdc4 commit 06c063b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ define(function() {
y2: 60,
// width: {totalWidth} - x - x2,
// height: {totalHeight} - y - y2,
backgroundColor: '#fff',
backgroundColor: 'rgba(0,0,0,0)',
borderWidth: 1,
borderColor: '#ccc'
},
Expand Down Expand Up @@ -760,7 +760,7 @@ define(function() {
},

// 可计算特性配置,孤岛,提示颜色
calculable: false, // 默认开启可计算特性
calculable: false, // 默认关闭可计算特性
calculableColor: 'rgba(255,165,0,0.6)', // 拖拽提示边框颜色
calculableHolderColor: '#ccc', // 可计算占位提示颜色
nameConnector: ' & ',
Expand Down
2 changes: 1 addition & 1 deletion src/util/coordinates.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* echarts坐标处理方法
*
* @author Neil (杨骥, linzhifeng@baidu.com)
* @author Neil (杨骥, yangji01@baidu.com)
*/

define(
Expand Down

0 comments on commit 06c063b

Please sign in to comment.