Skip to content

Commit

Permalink
[JENKINS-75242] Use {color: inherit} for emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 26, 2025
1 parent 4ecf5a6 commit 94bd4e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugin/src/main/webapp/js/view-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ const CoverageChartGenerator = function ($, proxy) { // NOPMD
color: coveredColor
}
},
emphasis: {
itemStyle: {
color: 'inherit'
}
},
label: {
show: true,
position: 'insideLeft',
Expand All @@ -149,6 +154,11 @@ const CoverageChartGenerator = function ($, proxy) { // NOPMD
color: missedColor
}
},
emphasis: {
itemStyle: {
color: 'inherit'
}
},
label: {
show: true,
position: 'insideRight',
Expand Down

0 comments on commit 94bd4e3

Please sign in to comment.