vap-visual
Advanced tools
Comparing version 0.0.10 to 0.1.0
{ | ||
"name": "vap-visual", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"description": "vap-visual - A Visual FrameWork base on d3 & lodash", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,3 +42,2 @@ "use strict"; | ||
_this.total = 0; | ||
// protected legendDrawer: LegendDrawer = null; | ||
_this._DATA = []; | ||
@@ -87,3 +86,2 @@ return _this; | ||
var data = _.find(list, { _idx: idx }); | ||
console.log(data); | ||
if (data) { | ||
@@ -90,0 +88,0 @@ this.EXT_BOTTOM.select('text._item_name').text(this.FormatLabel(data[this.props.labelField], data)); |
@@ -44,3 +44,3 @@ "use strict"; | ||
var ROTATION_MAP = { | ||
'chinafull': [[-88, -9.7, -8.4], [10, 20]], | ||
'chinafull': [[-88, -9.7, -8.4], [0, 0]], | ||
'china': [[-88, -9.7, -8.4], [0, 0]], | ||
@@ -47,0 +47,0 @@ '11': [[-100, 10, -10], [0, 0]], |
372192
9063