Skip to content

Commit f7c9ddc

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

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
@@ -53,7 +53,7 @@ function config() {
5353
'description': 'color of the axis domain line',
5454
'property': 'domainColor',
5555
'default': '#000',
56-
'type': 'string'
56+
'type': 'color'
5757
},
5858
'domainDash': {
5959
'description': 'stroke dash of the axis domain line',
@@ -98,7 +98,7 @@ function config() {
9898
'description': 'color of the title',
9999
'property': 'titleColor',
100100
'default': '#000',
101-
'type': 'string'
101+
'type': 'color'
102102
},
103103
'titleFont': {
104104
'description': 'font of the title',

0 commit comments

Comments
 (0)