Skip to content

Commit

Permalink
Bug fix for scatterplot hover
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Jan 13, 2019
1 parent 02c728f commit 17653cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-declarative-plots",
"version": "1.2.24",
"version": "1.2.25",
"private": false,
"scripts": {
"serve": "vue-cli-service serve --open ./examples-src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/plots/StratifiedScatterPlot.vue
Expand Up @@ -323,7 +323,7 @@ export default {
/*
* More prepare for interactivity
*/
const delaunay = getDelaunay(points, false);
const delaunay = getDelaunay(points, true);
/*
* Listen for mouse events
Expand Down

0 comments on commit 17653cb

Please sign in to comment.