@weng-lab/genomebrowser 1.7.2-beta.4 → 1.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/genomebrowser.es.js
CHANGED
|
@@ -17224,7 +17224,7 @@ function jg() {
|
|
|
17224
17224
|
fontSize: Qe / 6 + "px",
|
|
17225
17225
|
x: c(m * f) - 5,
|
|
17226
17226
|
y: Qe * 0.85,
|
|
17227
|
-
children: m * f
|
|
17227
|
+
children: (m * f).toLocaleString()
|
|
17228
17228
|
}
|
|
17229
17229
|
)
|
|
17230
17230
|
] }, "ruler_" + m)
|