Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5f32935

Browse filesBrowse files
authored
Merge pull request #6236 from plotly/adjust-parcoords-unselected-color-dflt
use middle gray instead of 777 for default `parcoords` unselected line color
2 parents fefa11c + a3820ea commit 5f32935
Copy full SHA for 5f32935
Expand file treeCollapse file tree

17 files changed

+2
-2
lines changed

‎src/traces/parcoords/attributes.js

Copy file name to clipboardExpand all lines: src/traces/parcoords/attributes.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module.exports = {
139139
line: {
140140
color: {
141141
valType: 'color',
142-
dflt: '#777',
142+
dflt: '#7f7f7f',
143143
editType: 'plot',
144144
description: [
145145
'Sets the base color of unselected lines.',
-651 Bytes
Loading
-44 Bytes
Loading
782 Bytes
Loading
-7 Bytes
Loading
275 Bytes
Loading
Loading
-679 Bytes
Loading
Loading
Loading
Loading
Loading
Loading
Loading
-137 Bytes
Loading
Loading

‎test/plot-schema.json

Copy file name to clipboardExpand all lines: test/plot-schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40360,7 +40360,7 @@
4036040360
"line": {
4036140361
"color": {
4036240362
"description": "Sets the base color of unselected lines. in connection with `unselected.line.opacity`.",
40363-
"dflt": "#777",
40363+
"dflt": "#7f7f7f",
4036440364
"editType": "plot",
4036540365
"valType": "color"
4036640366
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.