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.
2 parents 4490bf9 + 6b1bbae commit 2513140Copy full SHA for 2513140
3 files changed
.changeset/pre.json
@@ -37,6 +37,7 @@
37
"khaki-pugs-hammer",
38
"legal-parrots-beam",
39
"loud-paws-allow",
40
+ "lovely-loops-ring",
41
"lucky-pianos-count",
42
"mighty-weeks-try",
43
"modern-nails-kiss",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.23
4
+
5
+### Patch Changes
6
7
+- fix(Highlight): Fix display of lines for first values (`0` coord). Fixes #568 ([#569](https://github.com/techniq/layerchart/pull/569))
8
9
## 2.0.0-next.22
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.22",
+ "version": "2.0.0-next.23",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments