Added
- Add "SI extended" formatting rule for tick exponents on axis labels, allowing values to be displayed with extended SI prefixes (e.g., femto, pico, atto) [#7249], with thanks to @dberardi99 for the contribution!
Fixed
- Fix editable
title.text
forternary
,polar
,colorbar
, andrangeslider
(regression introduced in 3.0.0) [#7513], with thanks to @Lexachoc for the contribution! - Fix
layout.title.subtitle
does not properly clear/remove from the chart whensubtitle
object is not in place, orsubtitle.text
set tonull
, empty string, or whitespace-only values [#7571], with thanks to @cminn10 for the contribution! - Fix issue where
visible
property of one legend was affecting another [#7574] - Resolve incorrect shape clipping for domain-referenced shapes on n*10th subplot [#7576]
- Update config diff check method to handle nested arrays [#7579]