fix: intermodal name segment
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
ChartJS.register(Title, Tooltip, Legend, BarElement, CategoryScale, LinearScale, ArcElement)
|
||||
import segments from '../data/segments.json';
|
||||
|
||||
const segmentsFine = ['Agricola', 'Cemento', 'Intermoadal'];
|
||||
const segmentsFine = ['Agricola', 'Cemento', 'Intermodal'];
|
||||
const segmentsMoreUsed = ref([]);
|
||||
const chartDataSegments = ref(null);
|
||||
const loading = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user