File tree 1 file changed +10
-2
lines changed
lib/node_modules/@stdlib/plot/components/svg/rug/test
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -242,9 +242,13 @@ tape( 'the value of the `opacity` property determines the tick (tassel) opacity
242
242
var node ;
243
243
244
244
node = ctor ( {
245
+ 'autoRender' : false ,
246
+ 'color' : '#aaa' ,
245
247
'data' : [ 0.10 , 0.50 , 0.90 ] ,
248
+ 'label' : '' ,
246
249
'opacity' : 0.9 ,
247
- 'autoRender' : false
250
+ 'orientation' : 'bottom' ,
251
+ 'size' : 6
248
252
} ) ;
249
253
vtree = node . render ( ) ;
250
254
@@ -262,9 +266,13 @@ tape( 'the value of the `opacity` property determines the tick (tassel) opacity
262
266
var node ;
263
267
264
268
node = ctor ( {
269
+ 'autoRender' : false ,
270
+ 'color' : '#aaa' ,
265
271
'data' : [ 0.10 , 0.50 , 0.90 ] ,
272
+ 'label' : '' ,
266
273
'opacity' : 0.9 ,
267
- 'autoRender' : false
274
+ 'orientation' : 'bottom' ,
275
+ 'size' : 6
268
276
} ) ;
269
277
vtree = node . render ( ) ;
270
278
You can’t perform that action at this time.
0 commit comments