@complat/react-spectra-editor 1.4.0 → 1.4.1
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/helpers/format.js +1 -1
- package/package.json +1 -1
package/dist/helpers/format.js
CHANGED
|
@@ -492,7 +492,7 @@ const formatPeaksByPrediction = (peaks, layout, isAscend, decimal, predictions =
|
|
|
492
492
|
return body;
|
|
493
493
|
};
|
|
494
494
|
const compareColors = idx => ['#ABB2B9', '#EDBB99', '#ABEBC6', '#D2B4DE', '#F9E79F'][idx % 5];
|
|
495
|
-
const mutiEntitiesColors = idx => ['#
|
|
495
|
+
const mutiEntitiesColors = idx => ['#2980b9', '#e4b423', '#8e44ad', '#2c3e50', '#6D214F', '#182C61', '#BDC581'][idx % 7];
|
|
496
496
|
const strNumberFixedDecimal = (number, decimal = -1) => {
|
|
497
497
|
if (decimal <= 0) {
|
|
498
498
|
return `${number}`;
|