Skip to content

Commit

Permalink
remove axes for better test, hope no tolerance needed
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Nov 29, 2021
1 parent d59dd69 commit 5ba8431
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions test/fixtures/core.interaction/drawActiveElementsOnTop-false.js
@@ -1,5 +1,4 @@
module.exports = {
tolerance: 0.002,
config: {
type: 'bubble',
data: {
Expand All @@ -15,6 +14,14 @@ module.exports = {
}]
},
options: {
scales: {
x: {
display: false
},
y: {
display: false
},
},
plugins: {
tooltip: false,
legend: false
Expand All @@ -23,8 +30,8 @@ module.exports = {
},
options: {
canvas: {
width: 600,
height: 400
width: 256,
height: 256
},
async run(chart) {
const point = chart.getDatasetMeta(0).data[0];
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ba8431

Please sign in to comment.