mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency prettier to v3.2.4 (#81047)
* Update dependency prettier to v3.2.4 * update sdk + run prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
@@ -358,8 +358,8 @@ function useColorFunction(
|
||||
(colorScheme === ColorSchemeDiff.Default || colorScheme === ColorSchemeDiff.DiffColorBlind)
|
||||
? getBarColorByDiff(item.value, item.valueRight!, totalTicks, totalTicksRight!, colorScheme)
|
||||
: colorScheme === ColorScheme.ValueBased
|
||||
? getBarColorByValue(item.value, totalTicks, rangeMin, rangeMax)
|
||||
: getBarColorByPackage(label, theme);
|
||||
? getBarColorByValue(item.value, totalTicks, rangeMin, rangeMax)
|
||||
: getBarColorByPackage(label, theme);
|
||||
|
||||
if (matchedLabels) {
|
||||
// Means we are searching, we use color for matches and gray the rest
|
||||
|
||||
Reference in New Issue
Block a user