Releases: techniq/layerchart
layerchart@0.43.2
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
)
layerchart@0.43.1
Patch Changes
- Fix aliased import for utils/common.js (
526f06edd5003f900456a545f47c97775bead6f5
)
layerchart@0.43.0
layerchart@0.42.0
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)
layerchart@0.41.6
Patch Changes
- Update dependencies (
1b761a2ec6d2b6c12e357d7a73d35650c09a4c0f
)
layerchart@0.41.5
Patch Changes
- Move vite-plugin-svelte to devDependencies (
fc1a9a1ed0851800d347d99abb949c83a3f6599e
)
layerchart@0.41.4
Patch Changes
-
[GeoPath] Remove second dispatched
click
event (1c92b61549b5a8d4b18c93920482d8cbbe418d88
) -
[GeoPath] Properly clear canvas when using chart padding (
74d7efa63e48d44c49ec582711eff09d1cc0f547
)
layerchart@0.41.3
Patch Changes
- [GeoTile] Properly handle chart padding (
4c7f3f5ea1322ec82fa75f09ef7416a0581f2715
)
layerchart@0.41.2
Patch Changes
-
Update dependencies (
9971d9ebee316b8515e3072c462123eff0e30e10
) -
[GeoPath] Add
geoTransform
prop to apply transform to projection. Useful to draw straight lines withgeoMercator
projection. (7495ea67bb42e83cc900749c380e123a99a41a1d
)
layerchart@0.41.1
Patch Changes
- [TooltipContext] Fix touch dragging to update tooltip highlighted when using
band
andvoronoi
modes (path based) (7093367c803ee25557e3522bb7b6a082be72b5cf
)