@vizabi/core
Advanced tools
Comparing version 1.23.0 to 1.23.1
@@ -1,2 +0,2 @@ | ||
// http://vizabi.org v1.23.0 Copyright 2022 Jasper Heeffer and others at Gapminder Foundation | ||
// http://vizabi.org v1.23.1 Copyright 2022 Jasper Heeffer and others at Gapminder Foundation | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('mobx')) : |
{ | ||
"name": "@vizabi/core", | ||
"version": "1.23.0", | ||
"version": "1.23.1", | ||
"description": "Vizabi core (data layer)", | ||
@@ -5,0 +5,0 @@ "main": "dist/Vizabi.js", |
@@ -42,4 +42,3 @@ import { encoding } from './encoding'; | ||
get useConnectedRowsAndColumns(){ | ||
const {allowEnc, row, column} = this; | ||
return row && row.length && column && column.length && allowEnc.length == 2; | ||
return !!this.config.useConnectedRowsAndColumns; | ||
}, | ||
@@ -46,0 +45,0 @@ //[{x: x1, y: y1}, {x: x2, y: y1}] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1223321
12828