Releases: techniq/layerchart
Releases · techniq/layerchart
[email protected]
Patch Changes
- feat(Canvas|Html|Svg): Add
ignoreTransform
prop to ignoreTransformContext
for layer. Use to add static elements such as custom legends within a rendering context (e93bda3
)
[email protected]
[email protected]
Patch Changes
- fix(TooltipContext): Call
hideTooltip()
for all tooltip modes onpointerleave
to fixband
(BarChart) andvoronoi
(ScatterPlot) modes not always closing on chart pointerleave due to recent chart delay / tooltip hover changes (e9f5e8c
)
[email protected]
Patch Changes
- fix(Svg|Html): Do not accidentally lose transform on browser resize (
74ecd20
)
[email protected]
Minor Changes
- feat(Dagre): Expose access to Dagre Graph instance via
bind:graph
(48bc672
)
[email protected]
Patch Changes
- fix(TooltipContext): Bypass bounds checking when using
mode="manual"
(default) (160659e
)
[email protected]
Patch Changes
- fix(TransformContext): Account for Chart padding when zooming to point (
2c2e06c
)
[email protected]
[email protected]
[email protected]
Minor Changes
- feat(AreaChart|BarChart|LineChart|PieChart|ScatterChart): Expose
tooltipContext
to enablebind:
usage for external access (#394)