-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed extra margin on grouped charts and moved to globalStyle
- Loading branch information
1 parent
83b6ffc
commit 887c542
Showing
13 changed files
with
139 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,3 @@ | |
font-weight: 600; | ||
font-size: 14px; | ||
} | ||
|
||
p.groupLabels{ | ||
padding-top:15px; | ||
font-weight: 600; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
.dataLabels{ | ||
.dataLabels { | ||
font-weight: 600; | ||
font-size: 14px; | ||
} | ||
|
||
p.groupLabels{ | ||
padding-top:15px; | ||
font-weight: 600; | ||
} | ||
text{ | ||
text { | ||
forced-color-adjust: auto; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,6 @@ | |
font-size: 14px; | ||
} | ||
|
||
p.groupLabels{ | ||
padding-top:15px; | ||
font-weight: 600; | ||
} | ||
|
||
.legendLabel{ | ||
font-size: 14px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
.grid line { | ||
stroke: #ccc; | ||
stroke-opacity: 0.7; | ||
} | ||
|
||
/* Need to discuss this with the team */ | ||
.axis path, | ||
.axis line { | ||
stroke: none; /* Changes the color of the axis lines */ | ||
} | ||
|
||
.grid .tick { | ||
stroke: lightgrey; /* Changes the color of the gridlines */ | ||
stroke-opacity: 0.7; | ||
shape-rendering: crispEdges; /* Makes the gridlines appear more crisp */ | ||
} | ||
.grid path { | ||
stroke-width: 0; /* Removes the line along the y-axis */ | ||
} | ||
|
||
.chart-container { | ||
display: inline-block; | ||
vertical-align: top; | ||
} | ||
|
||
.chart-container:last-child { | ||
margin-right: 0; | ||
} | ||
|
||
.title { | ||
font-weight: 600; | ||
fill: #414042; | ||
} | ||
stroke: #ccc; | ||
stroke-opacity: 0.7; | ||
} | ||
|
||
.dataLabel { | ||
font-weight: 600; | ||
font-size: 14px; | ||
} | ||
/* Need to discuss this with the team */ | ||
.axis path, | ||
.axis line { | ||
stroke: none; | ||
/* Changes the color of the axis lines */ | ||
} | ||
|
||
#legend { | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
} | ||
.grid .tick { | ||
stroke: lightgrey; | ||
/* Changes the color of the gridlines */ | ||
stroke-opacity: 0.7; | ||
shape-rendering: crispEdges; | ||
/* Makes the gridlines appear more crisp */ | ||
} | ||
|
||
.grid path { | ||
stroke-width: 0; | ||
/* Removes the line along the y-axis */ | ||
} | ||
|
||
.chart-container { | ||
display: inline-block; | ||
vertical-align: top; | ||
} | ||
|
||
.chart-container:last-child { | ||
margin-right: 0; | ||
} | ||
|
||
.dataLabel { | ||
font-weight: 600; | ||
font-size: 14px; | ||
} | ||
|
||
#legend { | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
.grid line { | ||
stroke: #ccc; | ||
stroke-opacity: 0.7; | ||
} | ||
|
||
/* Need to discuss this with the team */ | ||
.axis path, | ||
.axis line { | ||
stroke: none; /* Changes the color of the axis lines */ | ||
} | ||
|
||
.grid .tick { | ||
stroke: lightgrey; /* Changes the color of the gridlines */ | ||
stroke-opacity: 0.7; | ||
shape-rendering: crispEdges; /* Makes the gridlines appear more crisp */ | ||
} | ||
.grid path { | ||
stroke-width: 0; /* Removes the line along the y-axis */ | ||
} | ||
|
||
.chart-container { | ||
display: inline-block; | ||
vertical-align: top; | ||
} | ||
|
||
.chart-container:last-child { | ||
margin-right: 0; | ||
} | ||
|
||
.title { | ||
font-weight: 600; | ||
fill: #414042; | ||
} | ||
stroke: #ccc; | ||
stroke-opacity: 0.7; | ||
} | ||
|
||
.dataLabel { | ||
font-weight: 600; | ||
font-size: 14px; | ||
} | ||
/* Need to discuss this with the team */ | ||
.axis path, | ||
.axis line { | ||
stroke: none; | ||
/* Changes the color of the axis lines */ | ||
} | ||
|
||
.grid .tick { | ||
stroke: lightgrey; | ||
/* Changes the color of the gridlines */ | ||
stroke-opacity: 0.7; | ||
shape-rendering: crispEdges; | ||
/* Makes the gridlines appear more crisp */ | ||
} | ||
|
||
.grid path { | ||
stroke-width: 0; | ||
/* Removes the line along the y-axis */ | ||
} | ||
|
||
.chart-container { | ||
display: inline-block; | ||
vertical-align: top; | ||
} | ||
|
||
.chart-container:last-child { | ||
margin-right: 0; | ||
} | ||
|
||
.dataLabel { | ||
font-weight: 600; | ||
font-size: 14px; | ||
} | ||
|
||
@media (forced-colors: active) { | ||
.other { | ||
stroke: grey | ||
} | ||
@media (forced-colors: active) { | ||
.other { | ||
stroke: grey | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,3 @@ line.between{ | |
font-weight: 600; | ||
font-size: 14px; | ||
} | ||
|
||
p.groupLabels{ | ||
padding-top:15px; | ||
font-weight: 600; | ||
} |