We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e933db8 commit e61dbbfCopy full SHA for e61dbbf
src/components/vue-ui-scatter.vue
@@ -542,9 +542,11 @@ const drawableDataset = computed(() => {
542
543
let m, b;
544
if (verticalX !== null) {
545
- m = Infinity; b = null;
+ m = Infinity;
546
+ b = null;
547
} else {
- m = slope; b = intercept;
548
+ m = slope;
549
+ b = intercept;
550
}
551
552
// CORRELATION COEFFICIENT (data space, y-flipped)
0 commit comments