File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,7 @@ const columns = [
135
135
< div
136
136
className = "week-range"
137
137
style = { {
138
- // marginLeft: `${position >= 98 ? 96 : position}%`,
139
- marginLeft : position < 95 ? `${ position } %` : `calc(${ position } % - 4px)` ,
138
+ marginLeft : `${ position } %` ,
140
139
backgroundColor :
141
140
position >= 75
142
141
? 'var(--chakra-colors-blue-500)'
Original file line number Diff line number Diff line change 185
185
background-color : var (--chakra-colors-gray-200 );
186
186
position : relative;
187
187
margin-top : 2px ;
188
+ padding-right : 4px ;
188
189
}
189
190
190
191
.week-range {
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ export const chartOptions = (
328
328
buttons : [
329
329
{
330
330
type : 'month' ,
331
- count : 6 ,
331
+ count : 8 ,
332
332
text : 'D' ,
333
333
title : 'Day' ,
334
334
dataGrouping : {
You can’t perform that action at this time.
0 commit comments