diff --git a/src/components/marketing/HeatmapTable.vue b/src/components/marketing/HeatmapTable.vue
new file mode 100644
index 0000000..0d5de2f
--- /dev/null
+++ b/src/components/marketing/HeatmapTable.vue
@@ -0,0 +1,138 @@
+
+
+
+
+
{{ title }}
+
+
+
+
+
+
+ | Сегмент |
+
+ {{ col }}
+ |
+
+
+
+
+ | {{ getRowName(row) }} |
+
+
+ {{ formatCell(row?.[col]) }}
+
+ |
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/marketing/SegmentsChannelMatrixHeatmap.vue b/src/components/marketing/SegmentsChannelMatrixHeatmap.vue
new file mode 100644
index 0000000..5a65f18
--- /dev/null
+++ b/src/components/marketing/SegmentsChannelMatrixHeatmap.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
{{ title }}
+
+
+
+
+
+
+ | Сегмент |
+
+ {{ channel }}
+ |
+
+
+
+
+ | {{ getSegmentName(row) }} |
+
+
+ {{ formatCell(row?.[channel]) }}
+
+ |
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/pages/marketing/MarketingAnalysis.vue b/src/views/pages/marketing/MarketingAnalysis.vue
index b7e98da..8968a6e 100644
--- a/src/views/pages/marketing/MarketingAnalysis.vue
+++ b/src/views/pages/marketing/MarketingAnalysis.vue
@@ -392,34 +392,7 @@
-
-
-
-
Матрица каналов по сегментам
-
-
-
-
-
- | Сегмент |
-
- {{ channel }}
- |
-
-
-
-
- | {{ row.segmentName }} |
-
-
- {{ row[channel] || '-' }}
-
- |
-
-
-
-
-
+
@@ -438,6 +411,10 @@
+
+
+
+
Анализ конкурентов
@@ -783,6 +760,7 @@