Skip to content

Commit b026467

Browse files
committed
Update namespace
1 parent 03405f7 commit b026467

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

  • lib/node_modules/@stdlib

lib/node_modules/@stdlib/namespace/lib/namespace/u.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,20 @@ ns.push({
261261
]
262262
});
263263

264+
ns.push({
265+
'alias': 'UnicodeWinLossChartSparkline',
266+
'path': '@stdlib/plot/sparklines/unicode/win-loss',
267+
'value': require( '@stdlib/plot/sparklines/unicode/win-loss' ),
268+
'type': 'Function',
269+
'related': [
270+
'@stdlib/plot',
271+
'@stdlib/plot/ctor',
272+
'@stdlib/plot/sparklines/unicode/column',
273+
'@stdlib/plot/sparklines/unicode/line',
274+
'@stdlib/plot/sparklines/unicode/tristate'
275+
]
276+
});
277+
264278
ns.push({
265279
'alias': 'UNICODE_MAX',
266280
'path': '@stdlib/constants/string/unicode-max',

lib/node_modules/@stdlib/repl/code-blocks/lib/db.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ var db = {
952952
"UnicodeColumnChartSparkline": "data = [ 1.0, 5.0, 3.0, 2.0, 4.0, 4.0, 3.0 ];\nchart = new UnicodeColumnChartSparkline( data );\nchart.render()\n",
953953
"UnicodeLineChartSparkline": "data = [ 1.0, 5.0, 3.0, 2.0, 4.0, 4.0, 3.0 ];\nchart = new UnicodeLineChartSparkline( data );\nchart.render()\n",
954954
"UnicodeTristateChartSparkline": "data = [ -1, 1, 0, 0, 1, -1, -1, 1 ];\nchart = new UnicodeTristateChartSparkline( data );\nchart.render()\n",
955+
"UnicodeWinLossChartSparkline": "data = [ -2, 1, 2, 2, 1, -1, -1, 1 ];\nchart = new UnicodeWinLossChartSparkline( data );\nchart.render()\n",
955956
"UNICODE_MAX": "UNICODE_MAX\n",
956957
"UNICODE_MAX_BMP": "UNICODE_MAX_BMP\n",
957958
"unlink": "function done( error ) {\n if ( error ) {\n console.error( error.message );\n }\n};\nunlink( './beep/boop.txt', done );\n",

0 commit comments

Comments
 (0)