Skip to content

Commit fe5f586

Browse files
committed
add whitespace
1 parent 6c4158b commit fe5f586

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/plot/base/view/lib/browser/app/schema/transforms

lib/node_modules/@stdlib/plot/base/view/lib/browser/app/schema/transforms/axis.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ function transform( schema, signals, defaults, prefix ) {
7676
'name': name,
7777
'value': ( isUndefined( v ) ) ? defaults[ k ].default : v
7878
});
79+
7980
// FIXME: Vega does not currently support signal updates for structural properties like `domain`. As a workaround, we keep `domain` statically `true` and dynamically hide it by dropping `domainOpacity` to 0 when unchecked.
8081
if ( k === 'domain' ) {
8182
out[ k ] = true;

0 commit comments

Comments
 (0)