Skip to content

Commit 324733a

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

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
@@ -159,7 +159,7 @@ function config() {
159159
'description': 'color of axis tick marks',
160160
'property': 'tickColor',
161161
'default': '#000',
162-
'type': 'string'
162+
'type': 'color'
163163
},
164164
'tickCount': {
165165
'description': 'number of axis tick marks for an axis visualizing a quantitative scale',

0 commit comments

Comments
 (0)