| @@ -154,7 +154,7 @@ var Rotation3D = window.Rotation3D = function (_opts) { | |||||
| * y y起点 + (尺寸 * 正弦 * y压缩) - 元素宽度一半 | * y y起点 + (尺寸 * 正弦 * y压缩) - 元素宽度一半 | ||||
| */ | */ | ||||
| Rotation3D.prototype.itemStyle = function($item, index, rotation) { | Rotation3D.prototype.itemStyle = function($item, index, rotation) { | ||||
| console.log("itemStyle=" + rotate) | |||||
| console.log("itemStyle=" + rotation + " index=" + index); | |||||
| var parseSXY = circleMath.parseSXY(rotation, this); | var parseSXY = circleMath.parseSXY(rotation, this); | ||||
| var scale = parseSXY.scale; | var scale = parseSXY.scale; | ||||
| var x = parseSXY.x; | var x = parseSXY.x; | ||||
| @@ -219,7 +219,7 @@ Rotation3D.prototype.itemStyle = function($item, index, rotation) { | |||||
| */ | */ | ||||
| Rotation3D.prototype.lineStyle = function($line, index, rotation) { | Rotation3D.prototype.lineStyle = function($line, index, rotation) { | ||||
| var rotate = circleMath.parseRotate(rotation, this) | var rotate = circleMath.parseRotate(rotation, this) | ||||
| console.log("lineStyle=" + rotate) | |||||
| console.log("lineStyle=" + rotation + " index=" + index); | |||||
| $line.css({ | $line.css({ | ||||
| transform: 'rotate(' + rotate + 'deg)', | transform: 'rotate(' + rotate + 'deg)', | ||||