layerchart@0.43.8
Patch Changes
-
Update dependencies. Remove node 18.x from CI workflows (
84a98153cdf28f78db23ad42a3f6cf3e3a54010c) -
[Highlight] Fix usage with Histogram (
67fbd8ded184549ffd202bb9f07869a40e85679f)
Update dependencies. Remove node 18.x from CI workflows (84a98153cdf28f78db23ad42a3f6cf3e3a54010c)
[Highlight] Fix usage with Histogram (67fbd8ded184549ffd202bb9f07869a40e85679f)
Update dependencies (b380b3603277e6cb9e9e29921e862a8e88549c2d)
[Area] Support string accessors overrides for x, y0, and y0 (b7e5fb2ee583649eea26ce1f956460a42b6ada33)
[Threshold] Support string accessors overrides for x, y0, and y0 (b7e5fb2ee583649eea26ce1f956460a42b6ada33)
[Spline] Support scaleBand() by shifting 1/2 bandwidth (f67967af27378bdcd5afd5a32b47d8c8c898f508)
[Area] Support scaleBand() by shifting 1/2 bandwidth (f67967af27378bdcd5afd5a32b47d8c8c898f508)
[Spline] Support string accessors overrides for x and y`` ([b7e5fb2ee583649eea26ce1f956460a42b6ada33`](https://github.com/techniq/layerchart/commit/b7e5fb2ee583649eea26ce1f956460a42b6ada33))
scaleBandInvert() padding handling, which improves tooltip: { mode: bisect-x } when using band scales (bar charts) (837becc499c7ef77c1de719b7a7aec5c88cd5844)[Highlight] Fix coloring points with primary color by default (cad5382e69e8ecb782f2935c2babcac70387be05)
[Chart] Relax DomainType typing to be more forgiving (1ab9d85f61053e714e734ea1df6bf98333255acd)
x and y accessor overrides (useful with area series via overrides). (377c544bed4372aff1f99e49c4aae42ca2e7e0ba)[Highlight] Support stack data showing individual points and with correct color (#213)
Add chartDataArray() util to guarantee data is an array (handling hierarchy and graph data) (a8dfece83774d1b5d11ba2c6aa7e31ae5ec1e3a0)
526f06edd5003f900456a545f47c97775bead6f5)[ForceSimulation] Refactor to allow for more dynamic and efficient simulations (#210)
[ForceSimulation] Export cloneData as const, rather than let (resolves #203) (#210)
[ForceSimulation] Automatically evict dropped forces (resolves #206) (#210)
[ForceSimulation] Add export of start, tick and end events (resolves #198) (#210)
[ForceSimulation] Have alpha prop reflect the internal d3 simulation's alpha state (#210)
[ForceSimulation] No longer re-initialize all forces if any of them changes (resolves #201) (#210)
[Chart] Only apply fitGeojson when using <Chart geo={{ applyTransform: ['translate'] }}>. Fixes globe initial rotation (8132ea968c1cc5a986fc883eced8399f014433b3)
[ForceSimulation] No longer re-initialize forces on unrelated prop-changes (resolves #204) (#210)