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 bd81d4e commit 444903cCopy full SHA for 444903c
1 file changed
lib/node_modules/@stdlib/plot/vega/editor-config/axis/lib/main.js
@@ -58,8 +58,8 @@ function config() {
58
'domainDash': {
59
'description': 'stroke dash of the axis domain line',
60
'property': 'domainDash',
61
- 'default': [],
62
- 'type': 'array'
+ 'default': '',
+ 'type': 'string'
63
},
64
'domainDashOffset': {
65
'description': 'pixel offset at which to start an axis domain line stroke dash',
0 commit comments