LayerChart

Releases (227)

layerchart@0.99.5

layerchart@0.99.5

Patch Changes

  • docs: Update @layerstack and Svelte UX packages to fix autofocus and SSR issues (3ce8060)

  • Update dependencies (#415)

layerchart@0.99.4

layerchart@0.99.4

Patch Changes

  • feat(Canvas|Html|Svg): Add ignoreTransform prop to ignore TransformContext for layer. Use to add static elements such as custom legends within a rendering context (e93bda3)

layerchart@0.99.3

layerchart@0.99.3

Patch Changes

  • refactor(Arc): Use Spline to draw path, simplifying implementation and supporting pointer events for inner track component (4195b2d)

  • fix(canvas): Improve handling of explicit none fill/stroke (63adb50)

layerchart@0.99.2

layerchart@0.99.2

Patch Changes

  • fix(TooltipContext): Call hideTooltip() for all tooltip modes on pointerleave to fix band (BarChart) and voronoi (ScatterPlot) modes not always closing on chart pointerleave due to recent chart delay / tooltip hover changes (e9f5e8c)

layerchart@0.99.1

layerchart@0.99.1

Patch Changes

  • fix(Svg|Html): Do not accidentally lose transform on browser resize (74ecd20)

layerchart@0.99.0

layerchart@0.99.0

Minor Changes

  • feat(Dagre): Expose access to Dagre Graph instance via bind:graph (48bc672)

layerchart@0.98.2

layerchart@0.98.2

Patch Changes

  • fix(TooltipContext): Bypass bounds checking when using mode="manual" (default) (160659e)

layerchart@0.98.1

layerchart@0.98.1

Patch Changes

  • fix(TransformContext): Account for Chart padding when zooming to point (2c2e06c)

layerchart@0.98.0

layerchart@0.98.0

Minor Changes

  • breaking(TransformContext): Remove translateOnScale prop (always enabled now) (#398)

Patch Changes

  • fix(TransformContext): Translate towards pointer position when scroll zooming and using transform={{ mode: 'canvas' }} (matching geo context applyTransform behavior) (#398)

layerchart@0.97.0

layerchart@0.97.0

Minor Changes

  • feat(Html): Apply transformContext when using mode='canvas' (align with Svg and Canvas) (2b46908)

  • feat(Group): Support Html context (5ed7f27)

  • feat: Add getRenderContext() to easily identify if within Canavs, Html, or Svg context (d319da2)

Previous
Page 9 of 23
Next
Edit this page