Commit 15c808e3 authored by Masayuki Tanaka's avatar Masayuki Tanaka Committed by masayuki

Fix tooltip data

parent ca925e34
......@@ -786,7 +786,7 @@
.on('mouseover', function(d,i) {
if (dragging) return // do nothing if dragging
var selectedData = targets.map(function(d){ return d.values[i] });
var selectedData = c3.data.targets.map(function(d){ return d.values[i] });
var j, newData
// Add id,name to selectedData
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment