fix: batch dashboard chart visibility
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
<AxisChart
|
<AxisChart
|
||||||
v-if="showProgressChart"
|
v-if="showProgressChart"
|
||||||
class="border"
|
class="border rounded-lg p-3 min-h-[300px]"
|
||||||
:config="{
|
:config="{
|
||||||
data: filteredChartData,
|
data: filteredChartData,
|
||||||
title: __('Batch Summary'),
|
title: __('Batch Summary'),
|
||||||
|
|||||||
Reference in New Issue
Block a user