pyret-npm 0.0.74 → 0.0.76
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 +2 -2
- package/pyret-lang/build/phaseA/lib-compiled/charts-lib-359cf1f1fc9f5068be80e4ee4c0fc54b3b80d94c49a0ce7bcfdbc2581b5b6c6d-module.js +2 -2
- package/pyret-lang/build/phaseA/lib-compiled/charts-lib-359cf1f1fc9f5068be80e4ee4c0fc54b3b80d94c49a0ce7bcfdbc2581b5b6c6d-static.js +2 -2
package/package.json
CHANGED
|
@@ -238613,7 +238613,7 @@ return {"staticModules":{"builtin://global":({
|
|
|
238613
238613
|
name: 'secondary',
|
|
238614
238614
|
range: axesConfig.secondary.range,
|
|
238615
238615
|
...(axesConfig.secondary.name === 'x' ? xAxisType : yAxisType),
|
|
238616
|
-
nice: true, zero:
|
|
238616
|
+
nice: true, zero: false,
|
|
238617
238617
|
domain: (axis && isNotFullStacked) ? { signal: 'extent(domain("secondaryLabels"))' } : { data: 'table', field: 'value1' }
|
|
238618
238618
|
};
|
|
238619
238619
|
const scales = [
|
|
@@ -240073,7 +240073,7 @@ return {"staticModules":{"builtin://global":({
|
|
|
240073
240073
|
}),
|
|
240074
240074
|
})),
|
|
240075
240075
|
transform: [
|
|
240076
|
-
{ type: 'formula', as: 'yprime', expr: 'datum.y
|
|
240076
|
+
{ type: 'formula', as: 'yprime', expr: 'datum.y - datum.delta' }
|
|
240077
240077
|
]
|
|
240078
240078
|
},
|
|
240079
240079
|
{
|
|
@@ -1153,7 +1153,7 @@
|
|
|
1153
1153
|
name: 'secondary',
|
|
1154
1154
|
range: axesConfig.secondary.range,
|
|
1155
1155
|
...(axesConfig.secondary.name === 'x' ? xAxisType : yAxisType),
|
|
1156
|
-
nice: true, zero:
|
|
1156
|
+
nice: true, zero: false,
|
|
1157
1157
|
domain: (axis && isNotFullStacked) ? { signal: 'extent(domain("secondaryLabels"))' } : { data: 'table', field: 'value1' }
|
|
1158
1158
|
};
|
|
1159
1159
|
const scales = [
|
|
@@ -2613,7 +2613,7 @@
|
|
|
2613
2613
|
}),
|
|
2614
2614
|
})),
|
|
2615
2615
|
transform: [
|
|
2616
|
-
{ type: 'formula', as: 'yprime', expr: 'datum.y
|
|
2616
|
+
{ type: 'formula', as: 'yprime', expr: 'datum.y - datum.delta' }
|
|
2617
2617
|
]
|
|
2618
2618
|
},
|
|
2619
2619
|
{
|
|
@@ -1153,7 +1153,7 @@
|
|
|
1153
1153
|
name: 'secondary',
|
|
1154
1154
|
range: axesConfig.secondary.range,
|
|
1155
1155
|
...(axesConfig.secondary.name === 'x' ? xAxisType : yAxisType),
|
|
1156
|
-
nice: true, zero:
|
|
1156
|
+
nice: true, zero: false,
|
|
1157
1157
|
domain: (axis && isNotFullStacked) ? { signal: 'extent(domain("secondaryLabels"))' } : { data: 'table', field: 'value1' }
|
|
1158
1158
|
};
|
|
1159
1159
|
const scales = [
|
|
@@ -2613,7 +2613,7 @@
|
|
|
2613
2613
|
}),
|
|
2614
2614
|
})),
|
|
2615
2615
|
transform: [
|
|
2616
|
-
{ type: 'formula', as: 'yprime', expr: 'datum.y
|
|
2616
|
+
{ type: 'formula', as: 'yprime', expr: 'datum.y - datum.delta' }
|
|
2617
2617
|
]
|
|
2618
2618
|
},
|
|
2619
2619
|
{
|