Skip to content

Commit 3845a3c

Browse files
authored
Update default domainOpacity to 1
Changed the default domainOpacity value from 0 to 1. Signed-off-by: Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
1 parent 9e6bf18 commit 3845a3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/plot/vega/editor-config/axis/lib

lib/node_modules/@stdlib/plot/vega/editor-config/axis/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function config() {
7575
'domainOpacity': {
7676
'description': 'opacity of the domain line',
7777
'property': 'domainOpacity',
78-
'default': 0,
78+
'default': 1,
7979
'type': 'number',
8080
'min': 0,
8181
'max': 1

0 commit comments

Comments
 (0)