@vizabi/core
Advanced tools
Comparing version 1.21.2 to 1.22.0
@@ -1,2 +0,2 @@ | ||
// http://vizabi.org v1.21.2 Copyright 2021 Jasper Heeffer and others at Gapminder Foundation | ||
// http://vizabi.org v1.22.0 Copyright 2021 Jasper Heeffer and others at Gapminder Foundation | ||
(function (global, factory) { | ||
@@ -6,3 +6,3 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('mobx')) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Dataframe = {}, global.mobx)); | ||
})(this, (function (exports, mobx) { 'use strict'; | ||
}(this, (function (exports, mobx) { 'use strict'; | ||
@@ -1556,3 +1556,3 @@ const directions = { | ||
})); | ||
}))); | ||
//# sourceMappingURL=Dataframe.js.map |
{ | ||
"name": "@vizabi/core", | ||
"version": "1.21.2", | ||
"version": "1.22.0", | ||
"description": "Vizabi core (data layer)", | ||
@@ -5,0 +5,0 @@ "main": "dist/Vizabi.js", |
@@ -9,2 +9,3 @@ import { createStore } from '../genericStore' | ||
import { aggregate } from './aggregate' | ||
import { facet } from './facet' | ||
@@ -17,3 +18,4 @@ export const encodingStore = createStore(encoding, { | ||
repeat, | ||
aggregate | ||
aggregate, | ||
facet | ||
}); |
@@ -23,2 +23,3 @@ import { trace, computed, observable, toJS, autorun } from 'mobx'; | ||
"aggregate.aggregate", | ||
//"facet.facet", | ||
"frame.frameMap", | ||
@@ -25,0 +26,0 @@ "frame.interpolate", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1223584
66
12832