We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6b4f9 commit 79c9e3bCopy full SHA for 79c9e3b
3 files changed
.changeset/pre.json
@@ -73,6 +73,7 @@
73
"pink-hornets-rest",
74
"pink-showers-hunt",
75
"polite-parts-learn",
76
+ "proud-camels-cut",
77
"proud-llamas-fold",
78
"proud-melons-warn",
79
"public-queens-invite",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.37
4
+
5
+### Patch Changes
6
7
+- fix(ArcChart): Do not pass y accessor to use linear scale fallback ([#449](https://github.com/techniq/layerchart/pull/449))
8
9
## 2.0.0-next.36
10
11
### Patch Changes
packages/layerchart/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerchart",
- "version": "2.0.0-next.36",
+ "version": "2.0.0-next.37",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments