LayerChart
All releases

layerchart@2.0.0-next.65

layerchart@2.0.0-next.65 pre-release

Patch Changes

  • fix: Remove TypeScript as casts from class={...} attributes in Path and GeoPoint to fix unocss compat. (#449)

  • fix: guard against undefined accessor in printScale (#875)

    When activeGetters includes z or r scales that are not configured, the accessor is undefined, causing acc.toString() to throw. Added null check.

Edit this page