Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1k committed Aug 1, 2017
1 parent a563e40 commit 265810e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dataset/viewer/ScatterChartView.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ScatterChartView extends React.Component {
yLabel = xyz.yLabel;
}
//2D
instances.push({title: title , x: Number(xyz.x), y: Number(xyz.y)});
instances.push({uri: node.v, title: title , x: Number(xyz.x), y: Number(xyz.y)});
});
//console.log(instances);
}
Expand Down

0 comments on commit 265810e

Please sign in to comment.