Skip to content

Commit

Permalink
Merge pull request #2188 from IgniteUI/ig-robstoffers-patch-2
Browse files Browse the repository at this point in the history
More Chart Font Default Updates
  • Loading branch information
HUSSAR-mtrela committed Apr 28, 2022
2 parents d25751d + fa21559 commit 4be3262
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/css/structure/modules/infragistics.ui.chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,43 +152,43 @@

.ui-chart-horizontal-axis-title {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
font-size: 14px;
color: rgb(78,78,78);
margin: 0px 0px 5px 0px;
}

.ui-chart-vertical-axis-title {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
font-size: 14px;
color: rgb(78,78,78);
margin: 0px 0px 0px 5px;
}

.ui-horizontal-axis-labels {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 14px;
vertical-align: top;
margin: 5px 0px 5px 0px;
color: #777;
color: rgb(78,78,78);
}

.ui-vertical-axis-labels {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 14px;
text-align: right;
margin: 0px 5px 0px 5px;
color: #777;
color: rgb(78,78,78);
}

.ui-angular-axis-labels {
margin: 5px;
color: #777;
color: rgb(78,78,78);
}

.ui-radial-axis-labels {
vertical-align: top;
margin: 5px 0px 5px 0px;
color: #777;
color: rgb(78,78,78);
}

.ui-chart-category-axis-tick {
Expand Down

0 comments on commit 4be3262

Please sign in to comment.