v5.0.4
[5.0.4] - 2023-12-01
Original release news here
warning
This version is not available under @lightningchart in NPM.
It can only be accessed via legacy @arction organization.
Added
- Added
formatNumberAsUnicodeSuperscript - Added new file to release bundle:
dist/lcjs.iife.d.ts- This contains typings compatible with the IIFE distribution (
dist/lcjs.iife.js) - Can be used to get basic intellisense in simplistic applications that are directly utilizing the IIFE library.
- For example, see https://lightningchart.com/js-charts/docs/frameworks/aaa-vanilla/
- This contains typings compatible with the IIFE distribution (
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