openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
plotly.js
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 04, 2025 — Feb 04, 2026
Showing page 3 of 944
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #7675 from plotly/cutoff-bar-labels
Emily KL
More...
about 2 months ago
Add failing test
John Braddock
More...
about 2 months ago
Update src/traces/bar/cross_trace_calc.js
Emily KL
More...
about 2 months ago
update baselines following prev commit which fixed line spacing calc
Emily KL
More...
about 2 months ago
account for line spacing
Emily KL
More...
about 2 months ago
remove 'cliponaxis: false' from hist_stacked mock to test bar label clipping
Emily KL
More...
about 2 months ago
update baselines
Emily KL
More...
about 2 months ago
fix bug when text attr is a string
Emily KL
More...
about 2 months ago
fix bug with non-string values
Emily KL
More...
about 2 months ago
change naming, return object in 0 case
Emily KL
More...
about 2 months ago
handle multi-line labels, and pad only one side of axis
Emily KL
More...
about 2 months ago
add extra axis padding when bars have outside text labels
Emily KL
More...
about 2 months ago
run formatter
Emily KL
More...
about 2 months ago
update plot-schema diff
chrimaho
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
chrimaho
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
chrimaho
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
chrimaho
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
chrimaho
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
chrimaho
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
chrimaho
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
chrimaho
More...
about 2 months ago
Merge pull request #7672 from plotly/release-v3.3.1
Emily KL
More...
about 2 months ago
3.3.1
Emily KL
More...
about 2 months ago
updates for release v3.3.1
Emily KL
More...
about 2 months ago
add jasmine test
Emily KL
More...
about 2 months ago
fix issue where some scatter traces would lose fill after series of hide/show operations in legend
Emily KL
More...
about 2 months ago
Merge pull request #7662 from JBR-0100/fix/deprecated-substr
Cameron DeCoster
More...
2 months ago
Update draftlog
Cameron DeCoster
More...
2 months ago
docs: add draftlog entry for substr to slice replacement
JBR-0100
More...
2 months ago
test: replace substring with slice for consistency
JBR-0100
More...
2 months ago
←
1
2
3
4
5
6
7
8
9
…
943
944
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree