LightningChart JS v5.0.4

Released: Dec 1, 2023

Actualizaciones en v5.0.4

Características

  • Added formatNumberAsUnicodeSuperscript.
  • Added new file to the release bundle: dist/lcjs.iife.d.ts. This contains typings compatible with the IIFE distribution (dist/lcjs.iife.js). It can be used to get basic intellisense in simplistic applications that are directly utilizing the IIFE library.
  • 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.

Correcciones

  • 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.