Skip to main content
Version: 5.2.0

v5.0.4

[5.0.4] - 2023-12-01

Original release news here

Added

  • Added formatNumberAsUnicodeSuperscript
  • Added new file to release bundle: dist/lcjs.iife.d.ts

Changed

  • Tweaked axis restrictions on logarithmic axis to prevent situations where 0 axis ticks are visible
  • Added new alternate, built-in option for logarithmic tick formatting
    • Formats values like 10¹, 10², 10³, ...
    • See FormattingFunctions.LogarithmicNoExponentsRounded)

Fixed

  • Fixed extra jitter in ChartXY zoom to fit animation
  • Fixed all log axis ticks being hidden if any major tick collides with another
    • Now only colliding ticks are hidden.
  • Fixed BarChart license error even though license was valid
  • Fixed tick behavior issue when either numeric extreme tick or date time great tick collided with another tick.
    • Instead of hiding colliding tick, the entire tick level was sometimes not displayed