Releases: techniq/layerchart
[email protected]
Patch Changes
-
Update dependencies (
b380b3603277e6cb9e9e29921e862a8e88549c2d
) -
[Area] Support string accessors overrides for
x
,y0
, andy0
(b7e5fb2ee583649eea26ce1f956460a42b6ada33
) -
[Threshold] Support string accessors overrides for
x
,y0
, andy0
(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
andy`` ([
b7e5fb2`](b7e5fb2))
[email protected]
Patch Changes
- Improve
scaleBandInvert()
padding handling, which improvestooltip: { mode: bisect-x }
when using band scales (bar charts) (837becc499c7ef77c1de719b7a7aec5c88cd5844
)
[email protected]
Patch Changes
-
[Highlight] Fix coloring points with primary color by default (
cad5382e69e8ecb782f2935c2babcac70387be05
) -
[Chart] Relax DomainType typing to be more forgiving (
1ab9d85f61053e714e734ea1df6bf98333255acd
)
[email protected]
Patch Changes
- [Highlight] Support passing
x
andy
accessor overrides (useful with area series via overrides). (377c544bed4372aff1f99e49c4aae42ca2e7e0ba
)
[email protected]
Patch Changes
- [Highlight] Support non-stack array accessor when displaying points (#215)
[email protected]
Patch Changes
-
[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
)
[email protected]
Patch Changes
- Fix aliased import for utils/common.js (
526f06edd5003f900456a545f47c97775bead6f5
)
[email protected]
[email protected]
Minor Changes
-
[ForceSimulation] Refactor to allow for more dynamic and efficient simulations (#210)
-
[ForceSimulation] Export
cloneData
asconst
, rather thanlet
(resolves #203) (#210) -
[ForceSimulation] Automatically evict dropped forces (resolves #206) (#210)
-
[ForceSimulation] Add export of
start
,tick
andend
events (resolves #198) (#210) -
[ForceSimulation] Have
alpha
prop reflect the internal d3 simulation's alpha state (#210)
Patch Changes
-
[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)
[email protected]
Patch Changes
- Update dependencies (
1b761a2ec6d2b6c12e357d7a73d35650c09a4c0f
)