You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
layerchart@2.3.1
Patch Changes
perf(Chart): Resolve a plain-key accessor (x="date") directly instead of re-parsing the path string on every row (#906)
fix(Chart): Treat an explicit but empty series array as authoritative, rather than deriving implicit series from the marks it just rendered (the two never settled, locking the page) (#906)
perf(Chart): Keep the value domain off the mark registry, so mounting a chart no longer rebuilds its scales — and every path drawn from them — once per mark registered (#906)
fix(Highlight): Point c-grouped rows from flatData, fixing a crash on nested stack() data and NaN points where a category's value is a span (y={[0, 1]}) (#906)
fix(Highlight): Mark only the hovered row in quadtree / voronoi tooltips, rather than every row sharing its position (#906)
feat(Chart): Take the colour channel from a mark's own fill / stroke (<Circle fill="island">) when no c is declared, so the colour domain and legend hold the categories rather than the rows — hiding one still needs c (#906)
fix(Tooltip): Center x="data" / y="data" on the interval when xInterval / yInterval is set, instead of on its leading edge (#906)
fix(Tooltip): Hide after the pointer leaves the tooltip when pointerEvents is enabled (hovering it suppressed the pending hide, and leaving never re-armed it) (#906)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
layerchart@2.3.1
Patch Changes
perf(Chart): Resolve a plain-key accessor (
x="date") directly instead of re-parsing the path string on every row (#906)fix(Chart): Treat an explicit but empty
seriesarray as authoritative, rather than deriving implicit series from the marks it just rendered (the two never settled, locking the page) (#906)perf(Chart): Keep the value domain off the mark registry, so mounting a chart no longer rebuilds its scales — and every path drawn from them — once per mark registered (#906)
fix(Highlight): Point
c-grouped rows fromflatData, fixing a crash on nestedstack()data andNaNpoints where a category's value is a span (y={[0, 1]}) (#906)fix(Highlight): Mark only the hovered row in
quadtree/voronoitooltips, rather than every row sharing its position (#906)feat(Chart): Take the colour channel from a mark's own
fill/stroke(<Circle fill="island">) when nocis declared, so the colour domain and legend hold the categories rather than the rows — hiding one still needsc(#906)fix(Tooltip): Center
x="data"/y="data"on the interval whenxInterval/yIntervalis set, instead of on its leading edge (#906)fix(Tooltip): Hide after the pointer leaves the tooltip when
pointerEventsis enabled (hovering it suppressed the pending hide, and leaving never re-armed it) (#906)