pyret-npm 0.0.72 → 0.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/pyret-lang/build/phaseA/base.jarr +1 -1
- package/pyret-lang/build/phaseA/lib-compiled/charts-lib-359cf1f1fc9f5068be80e4ee4c0fc54b3b80d94c49a0ce7bcfdbc2581b5b6c6d-module.js +1 -1
- package/pyret-lang/build/phaseA/lib-compiled/charts-lib-359cf1f1fc9f5068be80e4ee4c0fc54b3b80d94c49a0ce7bcfdbc2581b5b6c6d-static.js +1 -1
package/package.json
CHANGED
|
@@ -239213,7 +239213,7 @@ return {"staticModules":{"builtin://global":({
|
|
|
239213
239213
|
type: 'linear',
|
|
239214
239214
|
range: 'width',
|
|
239215
239215
|
zero: false,
|
|
239216
|
-
domain: { data: 'rawTable',
|
|
239216
|
+
domain: { data: 'rawTable', fields: ['bin0', 'bin1'] }
|
|
239217
239217
|
},
|
|
239218
239218
|
{
|
|
239219
239219
|
name: 'countScale',
|