Added classifer analysis to bicorder ascii and web app
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
function renderBar(value: number | null): string {
|
||||
// Fixed scale with 9 positions using ||||#||||
|
||||
if (value === null) {
|
||||
return '||||·||||';
|
||||
return '||||+||||';
|
||||
}
|
||||
// Value is 1-9, position the # marker at the right spot
|
||||
const positions = [
|
||||
|
||||
Reference in New Issue
Block a user