LayerChart

Releases (221)

layerchart@2.0.0-next.11

layerchart@2.0.0-next.11 pre-release

Patch Changes

  • fix(Axis): Fix multiline month when day tick does not align on first of month (#517)

layerchart@2.0.0-next.10

layerchart@2.0.0-next.10 pre-release

Patch Changes

  • fix(Tooltip): Use standard CSS classes (non-tailwind) for root element to simplify some usage (including shadcn-svelte) (#511)

layerchart@2.0.0-next.9

layerchart@2.0.0-next.9 pre-release

Patch Changes

  • fix(Axis): Key using tick value instead string representation to support millisecond precision (#508)

  • fix(Axis): Add time duration aware tick value/format support (#508)

  • feat(Axis): Support multiline ticks for time intervals (#508)

  • feat(Axis): Support responsive tick counts via tickSpacing prop (#508)

  • fix(Text): Apply dominant-baseline to <textPath> instead of <text> to fix Safari. Fixes #507 (#508)

  • feat(Text): Support explicit word wrapping with \n character (#508)

layerchart@2.0.0-next.8

layerchart@2.0.0-next.8 pre-release

Patch Changes

  • docs: Add non-radial BarChart duration example and improve radial example (#496)

  • fix(BarChart): Improve handling time scale for value axis (ex. xScale for horizontal orientation) (#496)

  • fix(Spline): Only re-draw on data/path changes and not other context (such as width/height). Fixes #504 (#505)

  • docs: Rename "Dot Plot" to "Duration" and add bars example along with points (#496)

layerchart@2.0.0-next.7

layerchart@2.0.0-next.7 pre-release

Patch Changes

  • feat(Canvas): Support disabling the hit canavs (useful when animations are playing) (#449)

  • refactor: Update @layerstack/svelte-state and replace remaining @layerstack/svelte-stores usage (media query) (mostly docs related except Canvas) (#449)

layerchart@2.0.0-next.6

layerchart@2.0.0-next.6 pre-release

Patch Changes

  • fix: Update dependencies, notable @layerstack/utils with improved metric number formatting (#449)

layerchart@1.0.11

layerchart@1.0.11

Patch Changes

  • fix: Update dependencies, notable @layerstack/utils with improved metric number formatting (71920fc)

layerchart@2.0.0-next.5

layerchart@2.0.0-next.5 pre-release

Patch Changes

  • fix(AnnotationRange): Fix passing non-class/fill props (ex. pointer events) via props.rect (#449)

layerchart@2.0.0-next.4

layerchart@2.0.0-next.4 pre-release

Patch Changes

  • fix(TooltipContext): Handle chart padding when using quadtree mode (#449)

  • feat(Voronoi): Support passing r to define a max radius (clip path) (#449)

  • feat(TooltipContext): Support quadtree mode for geo visualizations (#449)

  • feat(TooltipContext): Support radius for voronoi mode (#449)

layerchart@2.0.0-next.3

layerchart@2.0.0-next.3 pre-release

Patch Changes

  • breaking(AnnotationLine|AnnotationPoint): Change labelOffset into explicit labelXOffset and labelYOffset for greater control (aligns with AnnotationRange) (#492)

  • fix(HighlightKey): Define set() with arrow function to solve current access when passed directly (#449)

  • fix: Improve memory leak caused by detached DOM increase when using Canvas rendering due to sometimes still rendering Svg components (ex. <g> vs <Group>) (#490) (#490)

  • breaking(Bar): Rename bar prop to data to better represent usage (#449)

Previous
Page 6 of 23
Next
Edit this page