UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: корректировка аналитики главной
This commit is contained in:
@@ -106,7 +106,6 @@ const CreatedVsResolved = observer(function CreatedVsResolved() {
|
||||
areas={areas}
|
||||
xAxis={{
|
||||
key: "name",
|
||||
label: t("date"),
|
||||
}}
|
||||
yAxis={{
|
||||
key: "count",
|
||||
|
||||
@@ -210,15 +210,15 @@ const PriorityChart = observer(function PriorityChart(props: Props) {
|
||||
bars={bars}
|
||||
barSize={chart_model === EChartModels.STACKED ? 72 : 86}
|
||||
margin={{
|
||||
top: 12,
|
||||
top: isPeekView ? 32 : 12,
|
||||
right: 16,
|
||||
bottom: 34,
|
||||
bottom: isPeekView ? 28 : 34,
|
||||
left: 8,
|
||||
}}
|
||||
xAxis={{
|
||||
key: "name",
|
||||
label: xAxisLabel,
|
||||
dy: 30,
|
||||
dy: isPeekView ? 24 : 30,
|
||||
}}
|
||||
yAxis={{
|
||||
key: "count",
|
||||
|
||||
@@ -447,7 +447,7 @@ function HomeActivityMiniCard(props: HomeProjectInsightsProps) {
|
||||
<div className="text-15 mt-2 font-semibold text-primary">Активность</div>
|
||||
<div className="mt-1 text-12 text-secondary">Касания за последние 7 дней.</div>
|
||||
</div>
|
||||
<div className="nodedc-home-focus-chip">{recentTouchpoints}</div>
|
||||
<div className="nodedc-home-focus-chip nodedc-home-corner-badge">{recentTouchpoints}</div>
|
||||
</div>
|
||||
|
||||
<div className="nodedc-home-activity-mini-chart">
|
||||
@@ -525,7 +525,7 @@ export const HomeAnalyticsRail = observer(function HomeAnalyticsRail(props: Home
|
||||
</div>
|
||||
<div className="mt-2 text-16 font-semibold text-primary">Аналитика проекта</div>
|
||||
</div>
|
||||
<div className="nodedc-home-focus-chip">{completionRate}%</div>
|
||||
<div className="nodedc-home-focus-chip nodedc-home-corner-badge">{completionRate}%</div>
|
||||
</div>
|
||||
|
||||
<div className="nodedc-home-analytics-stat-grid mt-4">
|
||||
|
||||
Reference in New Issue
Block a user