Skip to content

Commit

Permalink
Merge pull request #2227 from IgniteUI/mt-axis-defaults
Browse files Browse the repository at this point in the history
changed axis margins
  • Loading branch information
ChronosSF authored Nov 6, 2024
2 parents 6543c16 + 1eaba36 commit b6781ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css/structure/modules/infragistics.ui.chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
padding: 5px 8px;
font-size: 13px;
font-family:"Segoe UI", Arial, sans-serif;
background:#fff;
color:#4E4E4E;
background:#fff;
color:#4E4E4E;
}

.ui-chart-default-tooltip-content {
Expand Down Expand Up @@ -127,8 +127,8 @@
}
.igTouch .ui-chart-slider
{
width:90%;
padding: 0 30px;
width:90%;
padding: 0 30px;
}
.igTouch .ui-chart-toolbar .ui-slider-handle
{
Expand Down Expand Up @@ -168,15 +168,15 @@
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
vertical-align: top;
margin: 5px 0px 5px 0px;
margin: 5px 2px 5px 2px;
color: rgb(78,78,78);
}

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

Expand Down

0 comments on commit b6781ef

Please sign in to comment.