You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xy: - feat: removes the axis deduplication feature
fix: showDuplicatedTicks causes a duplication check on the actual axis tick label (possibly yielded by Axis.tickLabel rather than the more general tickFormat)
heatmap: the config.label.fontSize prop is replaced by config.label.minFontSize and config.label.maxFontSize. You can specify the same value for both properties to have a fixed font size. The config.label.align and config.label.baseline props are removed from the HeatmapConfig object.