@bunchmark/presentation
Advanced tools
Comparing version 1.0.0-pre-10 to 1.0.0-pre-11
{ | ||
"name": "@bunchmark/presentation", | ||
"version": "1.0.0-pre-10", | ||
"version": "1.0.0-pre-11", | ||
"description": "The Bunchmark data presentation utilities", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -7,3 +7,3 @@ // Rudimentary visualisations for the Web | ||
const {log: mlog, max: mmax} = Math | ||
export function makeHistograms(entries, quantiles, target) { | ||
function makeHistograms(entries, quantiles, target) { | ||
const margin = 30; | ||
@@ -10,0 +10,0 @@ const totalWidth = Number(target.clientWidth) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
14373