| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Cross-trace layout attributes like bargroupgap, boxgap, violinmode, etc. are not included in the plotly.js schema's layoutAttributes but are valid and work correctly. Added a comprehensive whitelist for bar/box/violin/ funnel/waterfall mode, gap, and groupgap attributes. Fixes #2458 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
When using scale_color_manual() with custom labels, the legend entries now correctly display the scale labels instead of the raw domain values. This maps the trace names from the _plotlyDomain column values to their corresponding scale labels using get_breaks() and get_labels(). Fixes #2420 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
NA values in trace data (e.g., from geom_line gaps between groups) now correctly remain as NA when mapping categorical data back to ticktext labels. Previously, which.min() on NA values returned an empty vector which caused an indexing error. Fixes #2462 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The colorbar trace now preserves Date/POSIXct classes when computing x/y ranges. Previously, unlist() converted Date objects to numeric (days since epoch), which could confuse plotly.js axis handling. Changed to use do.call(c, ...) which preserves the original class. Fixes #2446 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Note that you should write Fixes #2458, fixes #2420, fixes #2462, fixes #2446 to close all of them when the PR is merged. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #2458, #2420, #2462, #2446
🤖 Generated with Claude Code