You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/plot/vega/base/assert/is-compare/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# isCompare
22
22
23
-
> Test if an input value is an [compare][@stdlib/plot/vega/mark/compare] instance.
23
+
> Test if an input value is an [compare][@stdlib/plot/vega/compare/ctor] instance.
24
24
25
25
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
26
26
@@ -42,10 +42,10 @@ var isCompare = require( '@stdlib/plot/vega/base/assert/is-compare' );
42
42
43
43
#### isCompare( value )
44
44
45
-
Tests if an input value is an [compare][@stdlib/plot/vega/mark/compare] instance.
45
+
Tests if an input value is an [compare][@stdlib/plot/vega/compare/ctor] instance.
46
46
47
47
```javascript
48
-
var Compare =require( '@stdlib/plot/vega/mark/compare' );
48
+
var Compare =require( '@stdlib/plot/vega/compare/ctor' );
49
49
50
50
var v =newCompare({
51
51
'field':'amount'
@@ -78,7 +78,7 @@ bool = isCompare( 'foo' );
78
78
<!-- eslint no-undef: "error" -->
79
79
80
80
```javascript
81
-
var Compare =require( '@stdlib/plot/vega/mark/compare' );
81
+
var Compare =require( '@stdlib/plot/vega/compare/ctor' );
82
82
var isCompare =require( '@stdlib/plot/vega/base/assert/is-compare' );
0 commit comments