Skip to content

Commit

Permalink
Add icinga-chart.js as owr own custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Sep 4, 2024
1 parent 8323076 commit 9348f31
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions asset/css/icinga-chart.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.icinga-chart {
.icinga-chart-title {
text-align: center;
font-size: 1.5em;
margin: 2em 0 0.5em 0;
}
}

// default overwrite
.icinga-chart {
text.bb-title {
font-size: 2em;
}

.bb-grid .threshold-mark {
line { // only for line chart
stroke: rgba(0, 0, 0, 0.2);
stroke-dasharray: 5;
}
}
}


0 comments on commit 9348f31

Please sign in to comment.