Update MarketingAnalysis.vue

This commit is contained in:
Administrator
2026-01-20 15:36:15 +00:00
parent ff43d3f158
commit 02d049e368
@@ -1775,28 +1775,6 @@ const channelsPotentialChartOptions = {
}
};
const competitorsBarChartOptions = {
responsive: true,
maintainAspectRatio: false,
plugins: {
legend: {
display: true,
position: 'bottom',
align: 'center'
}
},
scales: {
y: {
beginAtZero: true,
ticks: {
callback: function (value) {
return value.toLocaleString();
}
}
}
}
};
// Marketing-friendly color palette (cycled as needed)
const MARKETING_COLORS = ['#4F46E5', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#EC4899'];