|
@@ -1069,6 +1069,7 @@ function handleImageClick(event) {
|
|
|
<VTipTooltip
|
|
<VTipTooltip
|
|
|
:img="etdToEtaChartsTip"
|
|
:img="etdToEtaChartsTip"
|
|
|
:width="430"
|
|
:width="430"
|
|
|
|
|
+ :placement="'bottom-start'"
|
|
|
:label="'ETD to ETA (Days):Distribution of Transit Time (ETA-ETD) for All Shipments in Last 12 Months.'"
|
|
:label="'ETD to ETA (Days):Distribution of Transit Time (ETA-ETD) for All Shipments in Last 12 Months.'"
|
|
|
></VTipTooltip>
|
|
></VTipTooltip>
|
|
|
</div>
|
|
</div>
|
|
@@ -1207,6 +1208,7 @@ function handleImageClick(event) {
|
|
|
:img="co2eChartTip"
|
|
:img="co2eChartTip"
|
|
|
:label="'CO2e Emission by Origin or Destination: Last 12 Months CO2e Emission Rankings: Top 10 Origin Cities and Top 10 Destination Cities'"
|
|
:label="'CO2e Emission by Origin or Destination: Last 12 Months CO2e Emission Rankings: Top 10 Origin Cities and Top 10 Destination Cities'"
|
|
|
:width="700"
|
|
:width="700"
|
|
|
|
|
+ :placement="'bottom-start'"
|
|
|
></VTipTooltip>
|
|
></VTipTooltip>
|
|
|
</div>
|
|
</div>
|
|
|
<DashFilters
|
|
<DashFilters
|
|
@@ -1279,6 +1281,7 @@ function handleImageClick(event) {
|
|
|
:img="recentStatusChartTip"
|
|
:img="recentStatusChartTip"
|
|
|
:label="'Recent Status: Active shipment list with ETD within the past three months and the next month.'"
|
|
:label="'Recent Status: Active shipment list with ETD within the past three months and the next month.'"
|
|
|
:width="700"
|
|
:width="700"
|
|
|
|
|
+ :placement="'bottom-start'"
|
|
|
></VTipTooltip>
|
|
></VTipTooltip>
|
|
|
</div>
|
|
</div>
|
|
|
<DashFilters
|
|
<DashFilters
|
|
@@ -1316,6 +1319,7 @@ function handleImageClick(event) {
|
|
|
<VTipTooltip
|
|
<VTipTooltip
|
|
|
:img="revenueSpentChartTip"
|
|
:img="revenueSpentChartTip"
|
|
|
:label="'Revenue Spent: Based on the billto object, display the corresponding revenue data. '"
|
|
:label="'Revenue Spent: Based on the billto object, display the corresponding revenue data. '"
|
|
|
|
|
+ :placement="'bottom-start'"
|
|
|
:width="700"
|
|
:width="700"
|
|
|
></VTipTooltip>
|
|
></VTipTooltip>
|
|
|
</div>
|
|
</div>
|