File tree Expand file tree Collapse file tree
packages/view/src/components/Statistics/AuthorBarChart Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 }
1313
1414 & __header {
15+ display : flex ;
16+ justify-content : space-between ;
17+ align-items : center ;
1518 width : 100% ;
1619 text-align : right ;
1720 }
1821
1922 & __chart {
2023 overflow : visible ;
21- margin : 1.25 rem 2.5 rem 2.5 rem ;
24+ margin : $spacing-2xl $spacing-3xl $spacing-3xl ;
2225 }
2326
2427 & __axis {
6265 & __tooltip {
6366 display : none ;
6467 position : absolute ;
65- padding : 0.5 rem 1 rem ;
66- border-radius : 0.3125 rem ;
68+ padding : $spacing-sm $spacing-lg ;
69+ border-radius : $radius-xs ;
6770 font-size : $font-size-caption ;
6871 text-align : center ;
6972 line-height : 1.5 ;
Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ const AuthorBarChart = () => {
269269
270270 return (
271271 < div className = "author-bar-chart" >
272- < p className = "author-bar-chart__title" > Author Bar Chart</ p >
273272 < div className = "author-bar-chart__header" >
273+ < p className = "author-bar-chart__title" > Author Bar Chart</ p >
274274 < FormControl >
275275 < Select
276276 value = { metric }
You can’t perform that action at this time.
0 commit comments