sag_components 1.0.463 → 1.0.464
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.
|
@@ -344,9 +344,7 @@ const PerformanceAnalytics = props => {
|
|
|
344
344
|
iconType: "Square",
|
|
345
345
|
title: "% Incremental Growth"
|
|
346
346
|
}, {
|
|
347
|
-
iconColor:
|
|
348
|
-
colorGraphROI
|
|
349
|
-
},
|
|
347
|
+
iconColor: colorGraphROI,
|
|
350
348
|
iconType: "LegendUnionIcon",
|
|
351
349
|
title: "Incremental Sales ROI"
|
|
352
350
|
}]
|