未验证 提交 81922717 编写于 作者: Y YuriGor 提交者: GitHub

coding style fixed

上级 e09fae62
......@@ -85,9 +85,9 @@ var GaugeView = ChartView.extend({
var prevEndAngle = startAngle;
var axisLineWidth = lineStyleModel.get('width');
var showAxis = axisLineModel.get("show");
var showAxis = axisLineModel.get('show');
for (var i = 0;showAxis && i < colorList.length; i++) {
for (var i = 0; showAxis && i < colorList.length; i++) {
// Clamp
var percent = Math.min(Math.max(colorList[i][0], 0), 1);
var endAngle = startAngle + angleRangeSpan * percent;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册