| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Required for compatibility with newer gem versions from graphing-library-docs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix #2419: When hovertemplate was present and .plotlyVariableMapping length happened to equal row count, traceify() incorrectly subsetted it like data, breaking group2NA() NA insertion for line gaps. Now saves .plotlyVariableMapping before traceify and restores after. - Fix #2437: subplot() with pie charts created NA-named layout attributes because pie charts lack cartesian axes. Now checks if axes exist before extracting; returns empty list for plots without axes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Fix Issue with NA handling in scatter plots: Two NAs per category cause incorrect line connection #2419: When hovertemplate was present and .plotlyVariableMapping length happened to equal the row count, traceify() incorrectly subsetted it like data columns, breaking group2NA() NA insertion for line gaps. Now saves .plotlyVariableMapping before traceify() and restores it to all traces afterward.
Fix subplot() with bar and pie chart creates unnecessary attribute and warning #2437: subplot() with pie charts created NA-named layout attributes because pie charts lack cartesian axes. Extracting non-existent axes from layout returned NA-named list elements. Now checks if axes exist before extracting and returns empty list for plots without axes.
🤖 Generated with Claude Code