Comparing version 3.1.1 to 3.1.2
@@ -29,3 +29,2 @@ const rc = require('rc') | ||
// show labels on values in the chart | ||
@@ -32,0 +31,0 @@ showValueLabels: false, |
@@ -151,3 +151,2 @@ const hcat = require('hcat') | ||
if (!config.disableAutoAlignYAxis) { | ||
@@ -306,2 +305,3 @@ debug('autoAlignYAxis is enabled') | ||
function calcNumberMagnitude(n) { | ||
if (n === 0) return 0 | ||
return Math.floor(Math.log10(Math.abs(n))) | ||
@@ -308,0 +308,0 @@ } |
{ | ||
"name": "catchart", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Pipe something from command line to a browser chart", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
565491
652