Skip to content

πŸ’Ž Version 3.48.0

Compare
Choose a tag to compare
@junedchhipa junedchhipa released this 19 Mar 19:43
· 263 commits to main since this release

πŸ†• Enhancements

  • Provide a "step before" version of the current "step after" line chart; Fixes #4313
  • Use ShadowRoot getElementById() when in ShadowDOM; Thanks @cyraid

🐞 Bug fixes

  • Fixes #4323 (multiple y-axis scale fixes for backward compatibility)
  • Zoomed scale fixes - In zoomed charts, ensure the Y axis scale fits the full min..max range of Y values
  • Fix css nonce attribute
  • Improve grid-rect to prevent bar overflowing on x-axis
  • When chart is type 'bar', ensure reference to zero is maintained
  • Fixes #2757 (annotation overflow)
  • Fixes #3073 (annotation overflow)
  • Fixes #3421 (annotation overflow)
  • Fixes #3553 (annotation overflow)
  • Fixes #4081 (x-axis annotation fix in sparkline)

Thanks @rosco54 for multiple y-axis scale fixes