3
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #7675 from plotly/cutoff-bar-labels More... about 2 months ago
Add failing test More... about 2 months ago
Update src/traces/bar/cross_trace_calc.js More... about 2 months ago
update baselines following prev commit which fixed line spacing calc More... about 2 months ago
account for line spacing More... about 2 months ago
remove 'cliponaxis: false' from hist_stacked mock to test bar label clipping More... about 2 months ago
update baselines More... about 2 months ago
fix bug when text attr is a string More... about 2 months ago
fix bug with non-string values More... about 2 months ago
change naming, return object in 0 case More... about 2 months ago
handle multi-line labels, and pad only one side of axis More... about 2 months ago
add extra axis padding when bars have outside text labels More... about 2 months ago
run formatter More... about 2 months ago
update plot-schema diff More... about 2 months ago
Simplify stroke styling and remove unused dash line logic - Consolidate style application in `dashLine()` function to use object notation instead of chained method calls - Remove unused `lineDash` variable and associated `dashLine()` calls in marker styling logic - Eliminate redundant dash line styling for open markers and blank points that was not being applied correctly More... about 2 months ago
Fix failing CI for `text_on_shapes_basic` pixel comparison - Simplify the dash line styling implementation by replacing the single `.style()` call with an object parameter with chained `.style()` method calls - Set `stroke-dasharray` to `null` when dash is falsy to properly clear the style rather than setting it to an empty or undefined value - Improve code readability through method chaining pattern More... about 2 months ago
Add dash style property to marker line schemas - Add `dash` property to marker line configurations across multiple plot types, allowing customisation of line dash patterns - Support both predefined dash styles (`solid`, `dot`, `dash`, `longdash`, `dashdot`, `longdashdot`) and custom dash length lists in pixels - Include `dashsrc` property for Chart Studio Cloud integration to enable data source references for dash styling - Set default value to `solid` for consistent backward compatibility - Enable array support for most implementations to allow per-marker dash customisation More... about 2 months ago
Hide marker line for blank points in scatter plots - Prevent marker line borders from rendering on blank data points by setting line width to 0 when `d.isBlank` is true in the `singlePointStyle()` function - Add `dash` and `dashsrc` schema attributes for marker line styling across multiple chart types to support customisable dash patterns - Ensure blank points appear correctly without visible outlines while maintaining proper styling for non-blank markers More... about 2 months ago
Add dash attribute support to marker lines across scatter trace types - Extends marker line styling capabilities by including the `dash` attribute alongside existing `width` attribute - Enables dashed marker line borders for `scatter3d`, `scattercarpet`, `scattergeo`, `scattergl`, `scatterternary`, and `splom` trace types - Maintains consistency with base scatter trace marker line attributes by reusing `scatterMarkerLineAttrs.dash` - Applies appropriate constraints where needed, such as `arrayOk: false` for 3D traces and `editType: 'calc'` for other trace types More... about 2 months ago
Add changelog entry for dashed marker line support - Document new feature that adds support for dashed marker lines in scatter plots - Reference pull request #7673 for tracking purposes More... about 2 months ago
Add support for dashed marker lines in scatter plots - Enable `marker.line.dash` attribute in scatter trace definitions with support for array values - Apply dash patterns to marker outlines in both open and closed marker styles - Merge dash data into calcdata for per-point dash styling - Include dash information in legend marker rendering to match trace appearance - Default dash handling falls back to trace-level `marker.line.dash` when per-point values are not specified More... about 2 months ago
Merge pull request #7672 from plotly/release-v3.3.1 More... about 2 months ago
3.3.1 More... about 2 months ago
updates for release v3.3.1 More... about 2 months ago
add jasmine test More... about 2 months ago
fix issue where some scatter traces would lose fill after series of hide/show operations in legend More... about 2 months ago
Merge pull request #7662 from JBR-0100/fix/deprecated-substr More... 2 months ago
Update draftlog More... 2 months ago
docs: add draftlog entry for substr to slice replacement More... 2 months ago
test: replace substring with slice for consistency More... 2 months ago