We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e612a9e commit ea25164Copy full SHA for ea25164
1 file changed
example/index.js
@@ -41,7 +41,6 @@ const pointoverHandler = (pointId) => {
41
};
42
43
const pointoutHandler = (pointId) => {
44
- console.log('Out point:', pointId);
45
const x = points.x[pointId];
46
const y = points.y[pointId];
47
const category = points.z[pointId];
0 commit comments