mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-24 00:54:32 +02:00
Introduce units.js, centralizes value normalizing
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
</style>
|
||||
|
||||
<script context="module">
|
||||
import { formatNumber } from '../utils.js'
|
||||
import { formatNumber } from '../units.js'
|
||||
|
||||
export function binsFromFootprint(weights, values, numBins) {
|
||||
let min = 0, max = 0
|
||||
|
Reference in New Issue
Block a user