Skip to content

Commit 444903c

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent bd81d4e commit 444903c

1 file changed

Lines changed: 2 additions & 2 deletions

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ function config() {
5858
'domainDash': {
5959
'description': 'stroke dash of the axis domain line',
6060
'property': 'domainDash',
61-
'default': [],
62-
'type': 'array'
61+
'default': '',
62+
'type': 'string'
6363
},
6464
'domainDashOffset': {
6565
'description': 'pixel offset at which to start an axis domain line stroke dash',

0 commit comments

Comments
 (0)