fix: intermodal name segment
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -25,8 +25,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"name": "Intermoadal",
|
"name": "Intermodal",
|
||||||
"img": "INTERMOADAL",
|
"img": "INTERMODAL",
|
||||||
"color": "#081E5D"
|
"color": "#081E5D"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user