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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyret-npm",
3
- "version": "0.0.74",
3
+ "version": "0.0.76",
4
4
  "description": "The CLI for the Pyret programming language",
5
5
  "files": [
6
6
  "pyret.js",
@@ -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: true,
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 + datum.delta' }
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: true,
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 + datum.delta' }
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: true,
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 + datum.delta' }
2616
+ { type: 'formula', as: 'yprime', expr: 'datum.y - datum.delta' }
2617
2617
  ]
2618
2618
  },
2619
2619
  {