Update MarketingAnalysis.vue
This commit is contained in:
@@ -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'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user