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 2cc5b10 commit 8db3c10Copy full SHA for 8db3c10
3 files changed
.changeset/pre.json
@@ -17,6 +17,7 @@
17
"calm-jars-mix",
18
"chatty-flies-bet",
19
"chatty-shirts-rule",
20
+ "chubby-ties-play",
21
"clean-nights-jog",
22
"clear-points-care",
23
"crazy-friends-talk",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.36
4
+
5
+### Patch Changes
6
7
+- fix(PieChart): Do not pass `y` accessor to use linear scale fallback ([#631](https://github.com/techniq/layerchart/pull/631))
8
9
## 2.0.0-next.35
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.35",
+ "version": "2.0.0-next.36",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments