layerchart 2.0.0-next.63 → 2.0.0-next.64

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.
@@ -213,6 +213,7 @@
213
213
  bottom: legend === true || getObjectOrNull(legend)?.placement?.includes('bottom') ? 32 : 0,
214
214
  }}
215
215
  axis={false}
216
+ grid={false}
216
217
  {...restProps}
217
218
  tooltipContext={tooltipContext === false
218
219
  ? false
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "license": "MIT",
6
6
  "repository": "techniq/layerchart",
7
7
  "homepage": "https://layerchart.com",
8
- "version": "2.0.0-next.63",
8
+ "version": "2.0.0-next.64",
9
9
  "devDependencies": {
10
10
  "@changesets/cli": "^2.30.0",
11
11
  "@napi-rs/canvas": "^0.1.97",