We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e20ca6 commit f7c9ddcCopy full SHA for f7c9ddc
1 file changed
lib/node_modules/@stdlib/plot/vega/editor-config/axis/lib/main.js
@@ -53,7 +53,7 @@ function config() {
53
'description': 'color of the axis domain line',
54
'property': 'domainColor',
55
'default': '#000',
56
- 'type': 'string'
+ 'type': 'color'
57
},
58
'domainDash': {
59
'description': 'stroke dash of the axis domain line',
@@ -98,7 +98,7 @@ function config() {
98
'description': 'color of the title',
99
'property': 'titleColor',
100
101
102
103
'titleFont': {
104
'description': 'font of the title',
0 commit comments