Улучшения UI прогрессбаров и карточек
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m9s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m9s
This commit is contained in:
@@ -213,7 +213,7 @@ function FullStatistics({ selectedProject, onClearSelection, data, loading, erro
|
||||
✕
|
||||
</button>
|
||||
)}
|
||||
<div style={{ height: '550px', paddingTop: '60px' }}>
|
||||
<div style={{ height: '550px', paddingTop: '100px' }}>
|
||||
<Line data={chartData} options={chartOptions} />
|
||||
</div>
|
||||
<WeekProgressChart data={data} allProjectsSorted={getAllProjectsSorted(data)} currentWeekData={currentWeekData} selectedProject={selectedProject} />
|
||||
|
||||
Reference in New Issue
Block a user