Skip to content

Commit

Permalink
Merge pull request #347 from jenkinsci/oklch
Browse files Browse the repository at this point in the history
[JENKINS-75242] Use `{color: inherit}` for emphasis
  • Loading branch information
uhafner authored Feb 27, 2025
2 parents a29563d + 94bd4e3 commit b1d659e
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 b1d659e

Please sign in to comment.