vap-visual
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -131,2 +131,3 @@ "use strict"; | ||
enter.on('mouseover', function (d, i) { | ||
// console.log('tip--start') | ||
var data = path ? _.get(d, path) : d; | ||
@@ -137,3 +138,3 @@ var index = i; | ||
} | ||
if (_.has(this.props, 'tip')) { | ||
if (_.has(self.props, 'tip')) { | ||
var result = self.props.tip(data, index); | ||
@@ -140,0 +141,0 @@ ToolTip_1.default.show(result); |
{ | ||
"name": "vap-visual", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "vap-visual - A Visual FrameWork base on d3 & lodash", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
372280
9065