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 c72b0af commit 0ec0f83Copy full SHA for 0ec0f83
3 files changed
.changeset/pre.json
@@ -18,6 +18,7 @@
18
"blue-doodles-chew",
19
"brave-spies-give",
20
"breezy-donuts-sniff",
21
+ "brown-terms-tie",
22
"bumpy-breads-rhyme",
23
"calm-jars-mix",
24
"chatty-flies-bet",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.41
4
+
5
+### Patch Changes
6
7
+- fix(Tooltip): Correctly set tooltip position on chart enter and exit ([#655](https://github.com/techniq/layerchart/pull/655))
8
9
## 2.0.0-next.40
10
11
### Patch Changes
packages/layerchart/package.json
@@ -5,7 +5,7 @@
"license": "MIT",
"repository": "techniq/layerchart",
"homepage": "https://layerchart.com",
- "version": "2.0.0-next.40",
+ "version": "2.0.0-next.41",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments