Browse Source

Explicitly set axis char to '.'

pm2
Luke Childs 8 years ago
parent
commit
3acc1ea9d0
  1. 3
      lib/bandwidth-chart.js

3
lib/bandwidth-chart.js

@ -42,7 +42,8 @@ module.exports = values => {
height: 20,
padding: 0,
pointChar: '*',
negativePointChar: '.'
negativePointChar: '.',
axisChar: '.'
});
} else {
return '';

Loading…
Cancel
Save