fix: intermodal name segment

This commit is contained in:
Alexandro Uc Santos
2024-11-23 15:15:58 -06:00
parent d56230a9a9
commit e3b5e9fadf
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
ChartJS.register(Title, Tooltip, Legend, BarElement, CategoryScale, LinearScale, ArcElement) ChartJS.register(Title, Tooltip, Legend, BarElement, CategoryScale, LinearScale, ArcElement)
import segments from '../data/segments.json'; import segments from '../data/segments.json';
const segmentsFine = ['Agricola', 'Cemento', 'Intermoadal']; const segmentsFine = ['Agricola', 'Cemento', 'Intermodal'];
const segmentsMoreUsed = ref([]); const segmentsMoreUsed = ref([]);
const chartDataSegments = ref(null); const chartDataSegments = ref(null);
const loading = ref(false); const loading = ref(false);

View File

@@ -25,8 +25,8 @@
}, },
{ {
"id": 5, "id": 5,
"name": "Intermoadal", "name": "Intermodal",
"img": "INTERMOADAL", "img": "INTERMODAL",
"color": "#081E5D" "color": "#081E5D"
}, },
{ {